Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get a folder's create time
Message
De
15/04/2003 03:01:32
 
 
À
15/04/2003 02:52:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00777571
Message ID:
00777575
Vues:
8
This message has been marked as the solution to the initial question of the thread.
>How to get a folder's create time
LOCAL loFSO,lcDir,loDir
loFSO=createobject('Scripting.FileSystemObject')
lcDir='d:\something'
loDir=loFSO.GetFolder(lcDir)
? loDir.DateCreated
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform