Path Utilities
Path Utilities
- public static function normalizePath($path) — Convert a path to the canonical, absolute representation used by Diffusion.
- public static function getParentPath($path) — Return the canonical parent directory for a path. Note, returns "/" when passed "/".
- public static function expandPathToRoot($path) — Generate a list of parents for a repository path. The path itself is included.
Other Methods
Other Methods
- public function __construct($paths)
- public function loadPathIDs()