Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fdate(not working)
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Fdate(not working)
Divers
Thread ID:
01632238
Message ID:
01632238
Vues:
124
I am not getting the date of the file. Have I set it up incorrectly?
It correctly lists the files but not the date
tnx for any suggestions
k
fso = CREATEOBJECT("Scripting.FileSystemObject")
lnNum =adir(ladir,'c:\Backup\FP*','D')
asort(ladir,3) 
FOR nCount = 1 TO lnNum  && Loop for number of databases
  		? LADIR(nCount,1)
  		? FDATE(LADIR(nCount,1))
endfor	
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform