INFO: File Manipulation Commands Now Support MS-DOS Wildcards (155317)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 6.0

This article was previously published under Q155317

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


Modification Type:MajorLast Reviewed:10/15/2003
Keywords:kbinfo KB155317