Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.82 KB

GetDirectoryFromPath.md

File metadata and controls

59 lines (47 loc) · 1.82 KB

Function: GetDirectoryFromPath

Retrieves the directory parent of a path

Method Signature

GetDirectoryFromPath(path=[string])

Arguments

Argument Type Required Description Default
path string true The path to extract the parent directory from

Examples

Related