Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 2 KB

File metadata and controls

61 lines (48 loc) · 2 KB

Function: ContractPath

Does the opposite of expandPath.

Tries to match a given absolute path to mappings in the environment and will return a path that is contracted by the shortest matched mapping. If there are no matches, returns the absolute path it was given.

Method Signature

ContractPath(path=[string])

Arguments

Argument Type Required Description Default
path string true The absolute path to contract.

Examples

Related