getting file name
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I having some text files in a folder. I want to get all the files name and last modified date. how to get all files name and last modified date. Jishith
Directory.GetFiles, from memory, then for each file, you would have to request the fileinfo to get the modified date.
Christian Graus Driven to the arms of OSX by Vista.