Closed Property404 closed 1 year ago
Closes https://github.com/manuel-woelker/rust-vfs/issues/42
Can now do: path.join("/") or path.join("foo/bar/baz")
path.join("/")
path.join("foo/bar/baz")
This also fixes a bug where ".." would not behave correctly
Thanks for the PR! :+1:
Closes https://github.com/manuel-woelker/rust-vfs/issues/42
Can now do:
path.join("/")
orpath.join("foo/bar/baz")
This also fixes a bug where ".." would not behave correctly