Message322219
| Author | eryksun |
|---|---|
| Recipients | eryksun, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2018-07-23.13:48:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532353717.12.0.56676864532.issue34195@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> 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:\". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-23 13:48:37 | eryksun | set | recipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower |
| 2018-07-23 13:48:37 | eryksun | set | messageid: <1532353717.12.0.56676864532.issue34195@psf.upfronthosting.co.za> |
| 2018-07-23 13:48:37 | eryksun | link | issue34195 messages |
| 2018-07-23 13:48:37 | eryksun | create | |