Fix output paths in `get_file_contents_kmx`
Open
- Dominant language
- Rust
- Stars
- 70
- Forks
- 34
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 25
Description
`get_file_contents_kmx` expects paths relative to the volume but with a leading `\`, e.g. `\Users\foo\bar.txt`. However, in the results it will return paths like `Users\foo\bar.txt`. We should guarantee that input and output paths are consistent.
Contributor guide
Assessment
This issue has not been assessed yet.