delete_file ( : : FileName : )

Delete a file.

delete_file deletes the file given by FileName.


Parameters

FileName (input_control)
filename -> string
Name of file to be checked.


Result

delete_file returns the value 2 (H_MSG_TRUE) if the file exists and could be deleted. Otherwise, an exception is raised.


Parallelization Information

delete_file is reentrant and processed without parallelization.


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH