Get Full Absolute Path with MLQ4

[Deleted]  

Is there any way to get the full absolute path of the expert folder using MLQ4?

Alert(EAAbsolutePath()); 
[Deleted]  
string path = TerminalPath() +"\\experts\\";

Alert(path);
hth