Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing the Date Modified
Message
From
06/08/2003 01:07:32
 
 
To
05/08/2003 13:34:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00816965
Message ID:
00817176
Views:
29
Hello Gregory,

Thanks for the help. I believe I have part of it:

gnPDFnumber = ADIR(NEWPDFS,"E:\CVS3\PDFS\*.PDF")
*
CLEAR
FOR nCount = 1 TO gnPDFnumber && Loop for number of PDF files
COPY FILE "e:\cvs3\pdfs\"+NEWPDFS(nCount,1) TO "e:\cvs3\uploadPDFs\"+NEWPDFS(nCount,1) FOR NEWPDFS(nCount,3)= CTOD("5/30/2003")
ENDFOR
*

BUT the "FOR...." part does not work in a COPY FILE command. And I don't believe it is valid for the ADIR command either.

The app. is that the staff will be scanning in several hundred .pdfs a day.
I want to upload those scanned today to a web site. Actually I want to copy them to another subdirectory, the contents of which will be uploaded.

Any more help as to how I can copy only files with a certain date range? TIA.


Regards,

Paige
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform