Returns the canonical path of the input path. If a directory a trailing slash is used on Lucee, but not on ACF.
getCanonicalPath(path)
returns string
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| path | string | Yes |
Returns the canonical path of the input path.
writeOutput( getCanonicalPath(getBaseTemplatePath()) );