Undocumented
Function | safe_join |
Join one or more path components to the base path component intelligently. Return a normalized, absolute version of the final path. |
Function | symlinks_supported |
Return whether or not creating symlinks are supported in the host platform and/or if they are allowed to be created (e.g. on Windows it requires admin permissions). |
Function | to_path |
Convert value to a pathlib.Path instance, if not already a Path. |
Join one or more path components to the base path component intelligently. Return a normalized, absolute version of the final path.
Raise ValueError if the final path isn't located inside of the base path component.