Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File Information
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00567596
Message ID:
00567608
Vues:
10
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform