Expand description
Path translation module - converts file paths between operating systems
This module provides bidirectional path translation between Windows and Unix-like operating systems, handling path separators, drive letters, and common path mappings.
Structs§
- Path
Translation - Result of a path translation
Enums§
- Path
Error - Errors that can occur during path translation
Functions§
- is_
unix_ path - Check if a path looks like a Unix path
- is_
windows_ path - Check if a path looks like a Windows path
- translate_
path - Translate a file path between operating systems
- translate_
path_ auto - Auto-detect the path format and translate to the target OS
- translate_
path_ str - Translate a path with string OS names
- translate_
paths - Batch translate multiple paths