+1 888 340 6572

FileDelete: Difference between revisions

From MultiCharts
(Created page with "Deletes the specified file. ==== Usage ==== <syntaxhighlight>FileDelete("PathFilename")</syntaxhighlight> Where: PathFilename - a string expression specifying the pa...")
 
No edit summary
Line 12: Line 12:




[[Category:Math and Trig]]
[[Category:Output]]

Revision as of 13:52, 26 January 2012

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