Automated Trading Language Documentation
Deletes the file, assigned to the file instance.
void Delete()
Deletes the specified file.
void Delete( const string file_name // File name )
Parameters
file_name
[in] File name of the file to delete.
Note
The work folder is dependent on FILE_COMMON flag, defined by SetCommon() method.