Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.85 KB

File metadata and controls

59 lines (47 loc) · 1.85 KB

Function: GetCanonicalPath

Returns the canonical path of a file, resolving all relative path elements and symlinks

Method Signature

GetCanonicalPath(path=[string])

Arguments

Argument Type Required Description Default
path string true The file or directory path string

Examples

Related