alexcrichton / tar-rs

Tar file reading/writing for Rust
https://docs.rs/tar
Apache License 2.0
616 stars 178 forks source link

Are backslashes converted to slashes? #358

Open eduardosm opened 2 months ago

eduardosm commented 2 months ago

According to the documentation of Entry::path, backslashes are converted to slashes. However, according to https://github.com/alexcrichton/tar-rs/issues/57, this behavior was removed. Has it been brought back or is the documentation outdated?