manuel-woelker / rust-vfs

A virtual filesystem for Rust
Apache License 2.0
384 stars 44 forks source link

Allow absolute paths in VfsPath::join(), fix bug #45

Closed Property404 closed 1 year ago

Property404 commented 1 year ago

Closes https://github.com/manuel-woelker/rust-vfs/issues/42

Can now do: path.join("/") or path.join("foo/bar/baz")

This also fixes a bug where ".." would not behave correctly

manuel-woelker commented 1 year ago

Thanks for the PR! :+1: