Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Improving performance
Message
From
29/08/2002 11:23:56
Dave Nantais
Light speed database solutions
Ontario, Canada
 
 
To
29/08/2002 11:20:41
Dave Nantais
Light speed database solutions
Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00694966
Message ID:
00694968
Views:
13
Upon exiting a program the following command is executed on certain directories and their subdirectories

DELETE FILE THIS.NowDir + "\*.BAK"

The command executes rather slowly...


Would cycling through all file names
USING
=ADIR(laFiles, '*.BAK')

and then issuing a delete file command on the exact file name
something like this...

FOR lni = 1 to x
DELETE FILE laFiles[ lni , 1]
ENDFOR

would this speed things up a little ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform