Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change file modify date/time
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00367432
Message ID:
00367558
Views:
23
>Hi All,
> Does anyone know of a utility that will allow us to change the modify date/time on a file?
>
>TIA,
>Rita & Gregg

The foxtools library has a function (foxtouch) that will allow you to modify the date/time stamp on a file. The syntax is as follows:
= FOXTOUCH(filename, year, month, day, hour, minute, second)
Note that you'll need to issue the SET LIBRARY command to do this. Further, this function was added to the library in FPW 2.6. FPW 2.5 and FPD 2.x don't have access to it. I would check the FPATH.PLB library for FPD 2.6 for the function if applicable.
George

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

Click here to load this message in the networking platform