The information in this article applies to:
SUMMARYThe COPY FILE, ERASE, and DELETE FILE (file manipulation) commands now support the use of the MS-DOS wildcard characters. MORE INFORMATION
MS-DOS uses two characters to represent wildcard characters in file names.
The question mark (?) allows the substitution of any single character in
its place in the file name. The asterisk character (*) allows the
substitution of several characters within a file name. These wildcard
characters make the Visual FoxPro file manipulation commands more flexible.
COPY FILE *.PRG TO *.BAKTo erase backup files, issue the following command: ERASE *.BAK Additional query words:
Keywords : kbnokeyword kbVFp500 kbVFp600 |
Last Reviewed: December 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |