Difference between revisions of "FileDelete"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Deletes the specified file. ==== Usage ==== <syntaxhighlight>FileDelete("PathFilename")</syntaxhighlight> Where: PathFilename - a string expression specifying the pa...")
 
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