Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determine creation date of a directory
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00650315
Message ID:
00650321
Views:
21
>Hi,
>
>I want to determine the creation date of a directory on my local or network drive.
>
>Does anyone know where I can get a function to determine the CREATION date of any direcory on my local drive or network drive ?
>
>With regards
>Jacques Herweijer

You can use the Windows Script Host to do this.
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
oFolder = oFSO.GetFolder("C:\My Folder")
? oFolder.DateCreated
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform