MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

PnF Chart DemoPnF Chart Demo Try product
PnF Chart Demo
Author: markon
Connecting NeuroSolutions Neuronets Connecting NeuroSolutions Neuronets Candlestick Index Blau_CSI Indicator
Candlestick Index Blau_CSI
Author: abolk
Subscribe to signal
AMITJAMUDA COM SIGNAL X
17.76%, 5 899.28 USD
Screenshot
GBPUSD, M15
Demo

FolderClean

Cleans specified folder.

bool  FolderClean(
   const string  folder_name      // Folder name
   )

Parameters

folder_name

[in]  Name of the folder to delete. It contains path to the folder relative to the folder defined by FILE_COMMON flag.

Returned value

true if successful, and false if the folder hasn't been cleaned.

Note

The work folder is dependent on FILE_COMMON flag, defined by SetCommon() method.


Updated: 2009.11.30