Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fdate(not working)
Message
From
28/02/2016 03:33:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Fdate(not working)
Miscellaneous
Thread ID:
01632238
Message ID:
01632238
Views:
123
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	
Next
Reply
Map
View

Click here to load this message in the networking platform