This function deletes the file specified.
Return Value
If the file is deleted correctly it returns true. Returns false if the file is open or if the file cannot be removed.
Example
|
Copy code
|
var file = new DlxFile("demofile.txt");
file.Delete();
|
See also