winepath

Convert between Wine and native file paths without spawning a `winepath` process.


License
MPL-2.0

Documentation

winepath

Convert between Wine and native file paths without spawning a winepath process.

This crate implements the conversion logic in much the same way as Wine itself.

Only for use on systems that have Wine!

Installation

In Cargo.toml:

[dependencies]
winepath = "^0.1.0"

License

MPL-2.0