okio
okio copied to clipboard
Conversion of relative Paths to absolute Paths
Currently the FileSystem.canonicalize API only works for paths that are actually present in the current FileSystem. |
It would be great to have a FileSystem.currentWorkingDir or FileSystem.absolute(path: Path) API to convert relative paths to absolute ones.