Operator Reference
delete_file (Operator)
delete_file
— Delete a file.
Signature
delete_file( : : FileName : )
Description
delete_file
deletes the file given by FileName
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
FileName
(input_control) filename →
(string)
File to be deleted.
Result
delete_file
returns the value 2 (
H_MSG_TRUE)
if the file exists and
could be deleted. Otherwise, an exception is raised.
Module
Foundation