This pull request includes a commit that adds functionality to convert Windows paths to Unix paths when running under Windows Subsystem for Linux (WSL). This is achieved by replacing backslashes with forward slashes and converting the drive letter to the corresponding /mnt/<drive-letter> format. This enhancement ensures that file paths are correctly handled when running the software under WSL.
This pull request includes a commit that adds functionality to convert Windows paths to Unix paths when running under Windows Subsystem for Linux (WSL). This is achieved by replacing backslashes with forward slashes and converting the drive letter to the corresponding
/mnt/<drive-letter>
format. This enhancement ensures that file paths are correctly handled when running the software under WSL.fixes #548