SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
415 stars 34 forks source link

[Problem] MPF.Check Path argument doesn't work properly with Linux paths due to lack of drive letters #581

Closed HeroponRikiBestest closed 9 months ago

HeroponRikiBestest commented 11 months ago

Before You Submit

If all of those fail, then continue...

Version What version are you using?

Build What runtime version are you using?

Describe the issue When specifying drive path on MPF.Check on Linux, it fails with /:\ is not a directory or file, skipping... due to Linux not having drive paths.

To Reproduce Steps to reproduce the behavior: Attempt to specify drive path on linux.

Expected behavior I expected path to accept the drive path and output relevant info.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

mnadareski commented 11 months ago

May be fixed as of https://github.com/SabreTools/MPF/commit/d68175db4eb64e2805bc98a41ae851d7a62a74fb

HeroponRikiBestest commented 9 months ago

Confirmed fixed.