×

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.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

FileDelete

8 bytes removed, 10:07, 9 February 2012
no edit summary
Deletes the specified file.
==== Usage ====
<syntaxhighlight>FileDelete("PathFilename")</syntaxhighlight>
Where: [[PathFilename]] - a string expression specifying the path and filename of the file to be deleted ==== Example ====<syntaxhighlight>FileDelete("C:\test.txt"); will delete the file test.txt in the root directory of the C: hard drive</syntaxhighlight>
:'''PathFilename''' - a string expression specifying the path and filename of the file to be deleted.
== Example ==
<syntaxhighlight>FileDelete("C:\test.txt");</syntaxhighlight>
Will delete the file test.txt in the root directory of the C: hard drive.
[[Category:Output]]

Navigation menu