Core.Types.Path (Visera.Core.Types.Path)¶
Core.Types.Path provides path type FPath, a cross-platform string for filesystem paths. With Platform Path implementation for platform format conversion (e.g. Windows backslash, volume); with OS.FileSystem for opening files. Path is string form; append, decompose or combine with CWD.
See also¶
- Types — Parent module
- OS.FileSystem — File open
- Platform.Interface.Path — Platform path abstraction