hi guys
well i wanna know how can i get the date of "last modified" of a file. can u help me?
thanks
Printable View
hi guys
well i wanna know how can i get the date of "last modified" of a file. can u help me?
thanks
Just add the attached module into your project. You can use it to set or retrieve all 3 file times which are:
1) Last Accessed
2) Last Modified
3) Created
To get the Last Modified time, use "dhGetFileTimesEx" in the following manor
Got the code from a book. Not mineCode:Private Sub Form_Load()
Msgbox dhGetFileTimesEx("C:\Command.com", dhcFileTimeModified)
End Sub
thanks. i really love these ready functions in these moduls. haha.
oh i think it makes me so dull and lazy
Not as lazy as I. Just uploaded the module as it is. Didn't even open it.