Message313466
> Because we only try VOLUME_NAME_DOS, this function always fails for a volume that's not mounted as either a drive letter or a junction mount point.
If a volume is not mounted, users have to use \\?\ or \\.\ either directly or indirectly via a symlink or a junction to get to it, right? Do you think such uses are common enough to warrant dealing with VOLUME_NAME_GUID? Also note that pathlib currently expects DOS paths only: it will strip '\\?\' prefix in resolve(), making GUID path "invalid" (and, also, precluding direct usage of '\\?\' prefix with resolve() in other cases unless users are not prepared to deal with it). |
|
Date |
User |
Action |
Args |
2018-03-08 22:55:51 | izbyshev | set | recipients:
+ izbyshev, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, miss-islington |
2018-03-08 22:55:51 | izbyshev | set | messageid: <1520549751.08.0.467229070634.issue33016@psf.upfronthosting.co.za> |
2018-03-08 22:55:51 | izbyshev | link | issue33016 messages |
2018-03-08 22:55:51 | izbyshev | create | |
|