Message287030
Okay, seems like Windows 7 GetFullPathName on conin$ and conout$ returns the path appended to the current directory, and you need to specify the full name as "conin$" or "conout$" to access the console - otherwise you have a file by that name.
We should include a comparison for these names exactly before using GetFullPathName. |
|
Date |
User |
Action |
Args |
2017-02-05 01:30:16 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, python-dev, zach.ware, eryksun |
2017-02-05 01:30:16 | steve.dower | set | messageid: <1486258216.13.0.937969608338.issue28164@psf.upfronthosting.co.za> |
2017-02-05 01:30:16 | steve.dower | link | issue28164 messages |
2017-02-05 01:30:15 | steve.dower | create | |
|