i want to display the file with the most recent timestamp. is there a way to see what the last-edited times ar on the files? thanks
-SiM
Printable View
i want to display the file with the most recent timestamp. is there a way to see what the last-edited times ar on the files? thanks
-SiM
Use the FileDateTime function.
i'm still pretty new to vb... (only been using it for about two weeks) so can you tell me a little more how to use that function? thanks
-SiM
This is how you use the FileDateTime function.
Code:MsgBox FileDateTime("C:\Autoexec.bat") 'returns 5/12/01 4:59:18 PM
(this is when the file was last edited on my computer)
thanks a bundle... i didn't know if i had to declare a function or anything. thanks again for the help.
-SiM