Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CPU Utilization
Message
From
11/07/2006 03:56:44
 
 
To
11/07/2006 03:43:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows 2000
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01135216
Message ID:
01135229
Views:
10
>yep, file name is fixed.. but renaming is there.. we are copying file from one folder to other & for that using MoveFile.api.. during that I am changing the file name.

Use ADIR(temp,'yourfile')>1 or !empty(SYS(2000,'yourfile')) in stead of file('yourfile'), it's safer. And instead of renaming the files after processing, move them to a subdirectory. The more files you have in a directory, the longer time it takes to check for a file.
Previous
Reply
Map
View

Click here to load this message in the networking platform