Prerequisites
Summary
Current code passes file paths around as strings, but converting from PathBuf to a string results in lossy (unicode) conversions. Paths should be passed around internally as PathBuf
Steps to reproduce
N/A
Expected behavior
Actual behavior
Error details
Environment data
Version
3.2
Visuals
No response