Sub folders in Indicators folder

 
So, how can I call an indicator in a subfolder of the indicators folder through iCustom?  ie., Indicators\Projects\myProject\myIndicator.ex4
 

From the documentation for iCustom....


[in]  Custom indicator compiled program name, relative to the root indicators directory (MQL4/Indicators/). If the indicator is located in subdirectory, for example, in MQL4/Indicators/Examples, its name must be specified as "Examples\\indicator_name" (double backslash "\\"must be specified as separator instead of a single one).

Reason: