Utilities for working with OS-specific file paths.
Functions from this module will automatically switch to support the path style
of the current OS, either windows for Microsoft Windows, or posix for
every other operating system, eg. Linux, MacOS, BSD etc.
To use functions for a specific path style regardless of the current OS
import the modules from the platform sub directory instead.
Utilities for working with OS-specific file paths.
Functions from this module will automatically switch to support the path style of the current OS, either
windowsfor Microsoft Windows, orposixfor every other operating system, eg. Linux, MacOS, BSD etc.To use functions for a specific path style regardless of the current OS import the modules from the platform sub directory instead.
Basic Path Operations
Path Parsing and Formatting
URL Conversion
Path Properties
Glob Pattern Utilities
For POSIX-specific functions:
For Windows-specific functions:
Functions for working with URLs can be found in ./doc/posix/~ | @std/path/posix.