hey
i want to check if the file was modified in the last 20 seconds.
i have this now:
Dim fileModDate As String
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.GetFile(<filenamestringhere>)
fileModDate = f.DateLastModified
what should i do next? thanks
Bookmarks