If you need more than just the last modified date you could use the File System Object:
Dim objFSO As New FileSystemObject
Dim objFile As File
Dim dtCreated As Date
Dim dtLastAccessed As Date
Dim dtLastModified As Date
Dim strPath As String
strPath = "c:\test.txt" 'this is the file we want information about
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.