Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use consistent path separator on all OSes #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

uckelman-sf
Copy link
Contributor

The OS where an MFT is parsed shouldn't affect the parsed output.

Convert all paths from PathBuf to String. We're not using any PathBuf methods except join, and can use string formatting instead, so MFT paths don't differ from OS to OS.

methods except join, and can use string formatting instead, so MFT paths
don't differ from OS to OS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants