Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get last update date / time ???
Message
De
26/04/1999 14:46:24
 
 
À
26/04/1999 14:12:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00212232
Message ID:
00212257
Vues:
30
>>>How can I get the date a file was last updated? I've tried ADIR(aArray, ) but the array comes up empty ( because there's only one file? )
>>>
>>>Is there another way??
>>>
>>>TIA
>>
>>ADIR() should work Ok, but FDATE() is even simpler.
>
>Excellent... thank you

to get a Datetime format:

lcFile = "c:\myfile.txt"
?CTOT(DTOC(FDATE(lcFile)) + " " + FTIME(lcFile))
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform