Eryk Sun <eryk...@gmail.com> added the comment:

> the directory in which I'm building (c:\work-in-progress) is actually 
> a junction to c:\users\<me>\work-in-progress

That makes sense. GetVolumePathName traverses backwards from the final 
component. If it reaches a reparse point (other than a junction that targets a 
volume name of the form "\??\Volume{GUID}\"), it has to start over from the 
reparsed final path obtained from GetFinalPathNameByHandle. Subsequently it's 
traversing back from "C:\Users\<me>\work-in-progress" down to upper-case "C:\".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34195>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to