GetPath
Return full path of active folder as string
string GetPath(BOOL bTrimRoot = FALSE)
Returns the full folder path as a string
EX1
// Get full path of active folder as string void Folder_GetPath_Ex1() { Folder fld = Project.ActiveFolder(); printf("The path of Current folder is: %s", fld.GetPath()); }
Get the full path of the folder.
origin.h