FileDelete

From MultiCharts
Revision as of 15:01, 19 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.