+1 888 340 6572

FileDelete

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Deletes the specified file.

Usage

FileDelete("PathFilename")

Where:

PathFilename - a string expression specifying the path and filename of the file to be deleted.

Notes

Example

FileDelete("C:\test.txt");

Will delete the file test.txt in the root directory of the C: hard drive.