Name
delete_filedelete_fileDeleteFileDeleteFile — Delete a file.
Herror delete_file(const char* FileName)
Herror T_delete_file(const Htuple FileName)
delete_filedelete_fileDeleteFileDeleteFileDeleteFile deletes the file given by FileNameFileNameFileNameFileNamefileName.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
delete_filedelete_fileDeleteFileDeleteFileDeleteFile returns the value 2 (H_MSG_TRUE) if the file exists and
could be deleted. Otherwise, an exception is raised.
Foundation