Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DELETE FILE with WildCards
Message
De
05/11/1998 13:17:02
 
 
À
05/11/1998 13:11:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00154920
Message ID:
00154926
Vues:
16
>Vfp 5.0a SP3
>
>In HELP for DELETE FILE, it says under Remarks:
>
>"The file you want to delete cannot be open when DELETE FILE is issued. The file name must include a path if it is on a different drive or volume, or in a different directory or folder from the default, and the file name extension must be included. The file name cannot contain wildcards."
>
>… but when my default is on drive C: and I issue the command "DELETE FILE D:\Temp\xxx*.*", all files in D:\Temp matching xxx*.* ARE successfully deleted. As it turns out, this is what I want to happen. I do have concerns, though, as the documentation seems to say that this capability is not supported.
>
>How safe am I to rely on this capability?
>
>Bob

I would suggest looking at the ERASE command; its help says: "FileName can contain wildcard characters such as * and ?. For example, to erase backup files with ERASE *.BAK."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform