delete_file🔗
Short description🔗
delete_file — Delete a file.
Signature🔗
delete_file( filename FileName )
Description🔗
delete_file deletes the file given by FileName.
Execution information🔗
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