DatBogie / Pyles

A very simple file manager written in Python and using Qt6
1 stars 0 forks source link

"Move/copy to..." Fail w/ Other Drives (Windows) #9

Open DatBogie opened 3 weeks ago

DatBogie commented 3 weeks ago

Problem

Attempting to move/copy (and possibly extract; untested) a file to another drive (eg. E:\/E:) results in an error.

Workaround

Simply put <drive_letter>:\\ instead. Eg. E:\\ instead of E:\ or E:.

DatBogie commented 3 weeks ago

Will fix eventually, possibly in the v1.0.8pre-2/release (whichever comes first).