Reading a file within a folder

rangerbud249

Active member
Joined
Aug 18, 2004
Messages
27
Programming Experience
Beginner
Hi,

I need to get some files that are inside folders in my drive. I need to read the complete file and parse the file as I read it. Then i will be storing these files in my database. Does anyone know how to first retreive the files from the folders so that I may start reading the file.

thanks, jose
 
system.io.file.......

Search your help for the namespace system.io.file.........

there is......

system.io.file
system.io.fileinfo
system.io.filestream

and many more.

you can READ this help and get sample code w/in the help that will do the things you need to do.

ed.
 
Back
Top