File system operations interface for platform-agnostic file reading and path handling.
Extract directory from a file path (like path.dirname(filepath))
Read file contents as UTF-8 string
Resolve a path to absolute form (like path.resolve(filepath))
Resolve a relative path against a base (like path.resolve(base, rel))
File system operations interface for platform-agnostic file reading and path handling.