GetCanonicalPath()
Returns the canonical pathname string based on the given string.
GetCanonicalPath( path=string );
Returns: String
Examples
base_path = getBaseTemplatePath();
canonical = getCanonicalPath(base_path);
dump(canonical); // /home/webs/sbx/lucee5/getremote.cfm
See also
- File handling
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)