GetCanonicalPath
Method Signature
GetCanonicalPath(path=[string])Arguments
Argument
Type
Required
Description
Default
Examples
getCanonicalPath Example
writeOutput( getCanonicalPath( getBaseTemplatePath() ) );
Additional Examples
base_path = getBaseTemplatePath();
canonical = getCanonicalPath( base_path );
dump( canonical );
// /var/task
Related
Last updated
Was this helpful?
