Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing the Date Modified
Message
From
05/08/2003 13:34:01
 
 
To
05/08/2003 13:12:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00816965
Message ID:
00816976
Views:
19
>Hello All,
>
>I need to access the Date the file was "Modified". That is the date of the file in the directory. I want to move/copy all files (actually PDFs) that were scanned in between xdate and ydate to an upload subdirectory. I can do this in ColdFusion but can't seem to find any examples of how to do it in VFP 7. I'd appreciate any assistance. TIA.
>
>Regards,
>
>Paige

Paige,

You can use adir(Arrayname, 'SomeFolder\*.pdf') to get a list of pdf files

Column 3 gives you the date last modified. You can skip the ones you do not want
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform