×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

FileDelete - MultiCharts
Open main menu

FileDelete

Revision as of 12:34, 23 January 2012 by 194.84.116.138 (talk) (Created page with "Deletes the specified file. ==== Usage ==== <syntaxhighlight>FileDelete("PathFilename")</syntaxhighlight> Where: PathFilename - a string expression specifying the pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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