DeleteXFiles
Description: |
baDeleteXFiles deletes files with wildcard matching. |
Platforms: |
Windows |
Usage: |
Result = baDeleteXFiles( DirName, FileSpec ) |
Arguments: |
String, string. |
Returns: |
Integer. |
Examples: |
Director: Authorware: |
Notes: |
On Windows, the FileSpec argument follows normal DOS wildcard rules. A * means match any character in the file name. So *.* copies all files; *.bmp copies all files with a .bmp extension; T*.* copies all files starting with the letter T. On Macintosh, the FileSpec is either a
four character type code eg "TEXT" or an extension eg ".txt". Only one type or
extension can be specified. Use an empty string or "*.*" to match all files. |
See also: |