Delete a file.
delete_file deletes the file given by FileName.
|
FileName (input_control) |
filename -> string |
| Name of file to be checked. | |
delete_file returns the value 2 (H_MSG_TRUE) if the file exists and could be deleted. Otherwise, an exception is raised.
delete_file is reentrant and processed without parallelization.
Foundation