Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Information
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00567596
Message ID:
00567608
Views:
9
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>I have a timer on a form that checks if a file has been updated (modified) since the last time I checked the file. How can I get the "Updated Last" information about a file at runtime?
>
>Thanx,
>Einar

See file#9316 or you can use Windows Script Host
oFys = CreateObject("Scripting.FileSystemObject")
oFile = oFys.GetFile(cFileName)
ltCreated  =  oFile.DateCreated
ltAccessed = oFile.DateLastAccessed
ltModified = oFile.DateLastModified
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform