Re: File Operations
Nomo Spam <[email protected]> Sat, 18 Jan 2003 20:13:08 -0600
| Newsgroups | gmane.comp.windows.devel.vbcom |
|---|---|
| Message-ID | <[email protected]> |
Gosh, I would think it loads the whole file into memory...but if it is big, there would be some delay just moving the bytes around. You might try just open and process line by line. Good luck, -Chaz -----Original Message----- From: Technical discussion of VBCOM [mailto:[email protected]]On Behalf Of P. S. Manikandan Sent: Friday, January 17, 2003 10:18 AM To: [email protected] Subject: [VBCOM] File Operations Hi, I have a small doubt in file operation in vb, see i am opening a file for reading by looping through the content of file. While doing so i am using EOF(filevariable). Before that i am opening the file in input mode. If i open the file will that be loaded in memory or how it is. While doing EOF condition will that point to physical file every time or checks the condition by taking the content from memory. Any ideas.. Regards Manikandan You can read messages from the VBCOM archive, unsubscribe from VBCOM, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the VBCOM archive, unsubscribe from VBCOM, or subscribe to other DevelopMentor lists at http://discuss.develop.com.