FileTools[Remove] - remove a file from the file system
|
Calling Sequence
|
|
Remove(file, file2, ...)
|
|
Parameters
|
|
file1, file2, ...
|
-
|
one or more filenames or descriptors
|
|
|
|
|
Description
|
|
•
|
The Remove(file1, file2, ...) command deletes files from the file system.
|
•
|
The Remove function does not return anything.
|
•
|
If file refers to an open file, it is automatically closed and then deleted.
|
•
|
Errors that occur while removing individual files are tagged, and Remove continues until it reaches the end of the list, then throws an error reporting all files that it was unable to remove.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
The file "testfile" cannot be read because it has been removed.
>
|
|
Error, (in fopen) file or directory does not exist
|
|
|
|
|
Download Help Document
Was this information helpful?