This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-08-13.18:12:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565719970.94.0.157415269918.issue37834@roundup.psfhosted.org>
In-reply-to
Content
> If we support reading junctions, this should be using the substitute name (with \??\ replaced by \\?\) instead of the print name.

GetFinalPathName() does this conversion for us, any reason not to use that? (GetFullPathName() doesn't seem to recognize the \??\ prefix and will prepend the current drive)
History
Date User Action Args
2019-08-13 18:12:50steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2019-08-13 18:12:50steve.dowersetmessageid: <1565719970.94.0.157415269918.issue37834@roundup.psfhosted.org>
2019-08-13 18:12:50steve.dowerlinkissue37834 messages
2019-08-13 18:12:50steve.dowercreate