FileDelete

From MultiCharts
Revision as of 13:52, 26 January 2012 by 194.84.116.138 (talk)
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

Example

FileDelete("C:\test.txt");  will delete the file test.txt in the root directory of the C: hard drive