Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Improving performance
Message
De
29/08/2002 11:20:41
Dave Nantais
Light speed database solutions
Ontario, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Improving performance
Divers
Thread ID:
00694966
Message ID:
00694966
Vues:
43
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 the a delete file command on the exact file name



FOR lni = 1 to x
DELETE FILE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform