INFO: File Manipulation Commands Now Support MS-DOS Wildcards

ID: Q155317


The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 5.0, 6.0


SUMMARY

The 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.

For example, the following command creates backup copies of all program files with a .prg extension in the current directory or folder:

COPY FILE *.PRG TO *.BAK
To erase backup files, issue the following command:
ERASE *.BAK

Additional query words:

Keywords : kbnokeyword kbVFp500 kbVFp600
Version : WINDOWS:5.0,6.0
Platform : WINDOWS
Issue type : kbinfo


Last Reviewed: December 13, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.