Signo.X
Well-known member
Hi all,
Im trying to do the following ,
Search a specific directory for specific files, and i use for that
diar1 As IO.FileInfo() = di.GetFiles()
then loop through the directory and get the desigered files, my problem is the following :
when i get the file that i need to read from the directory , i use fileInfo() , but when i read the file i need to use the streamReader(), how can i associated after locating the file using the fileInfo() to read it using streamReader() ?
Thanks in Advance,
-- signo.x
Im trying to do the following ,
Search a specific directory for specific files, and i use for that
diar1 As IO.FileInfo() = di.GetFiles()
then loop through the directory and get the desigered files, my problem is the following :
when i get the file that i need to read from the directory , i use fileInfo() , but when i read the file i need to use the streamReader(), how can i associated after locating the file using the fileInfo() to read it using streamReader() ?
Thanks in Advance,
-- signo.x