Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need the date of the .exe that is running
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00654413
Message ID:
00654422
Views:
14
>Is there a way to get the date of the exe that is running? I need to show the version, build number and the date it was created. I have the first 2 but am having difficulty getting the date.
>
>Thanks in advance.
>
>Tommy

You can use AGETFILEVERSION(0 function to get that info into array.
DIMENSION laList[1]
AGETFILEVERSION(laList, _VFP.ServerName)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform