okio icon indicating copy to clipboard operation
okio copied to clipboard

Conversion of relative Paths to absolute Paths

Open sellmair opened this issue 3 years ago • 0 comments

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.

sellmair avatar Aug 07 '22 13:08 sellmair