Description
Provides support for using RawFilePath instead of the higher-level FilePath type. Raw paths preserve byte-level path data, which matters on systems where filenames may not decode cleanly as text.
It is useful for system tools, file managers, backup tools, and low-level filesystem code. It is a developer library and requires care with encoding and platform behavior.