Expand description
Unix-specific path handling implementation
This module provides Unix-specific implementations for path operations, including file attribute retrieval, filesystem statistics, and path normalization.
It uses POSIX standard APIs (via libc) to interact with the underlying system.
Structs§
- Filesystem
Stats - Filesystem statistics structure
- Path
Stats - Unix path statistics structure
- Unix
Path Ext - Unix platform path extension
Functions§
- get_
filesystem_ stats - Get filesystem statistics for Unix path
- get_
unix_ path_ stats - Get Unix path statistics
- is_
absolute_ unix_ path - Check if string is an absolute Unix path
- is_
standard_ unix_ directory - Check if path is in standard Unix directories
- parse_
unix_ mount_ point - Parse Unix mount point from path