Refactor|FileSys: FS1 API now uses de::String, native paths pushed to the periphery
The FS1 API now uses de::String throughout to represent paths within the virtual file system.
Native paths (those which may include symbolic directives) have been pushed out to the periphery of the FS1 API (only the C wrapper deals with them now).
Internally all virtual paths are now either absolute or relative, with no embedded directives or other symbolics.
Refactor|FileSys: FS1 API now uses de::String, native paths pushed to the periphery
The FS1 API now uses de::String throughout to represent paths within
the virtual file system.
Native paths (those which may include symbolic directives) have been
pushed out to the periphery of the FS1 API (only the C wrapper deals
with them now).
Internally all virtual paths are now either absolute or relative,
with no embedded directives or other symbolics.