Message391632
Steve, your PR checks `filename[n] == L':'`. I think it should check for a drive name, i.e. `n == 1 && filename[1] == L':'`. For example, the VirtualBox shared-folder filesystem allows creating and accessing filenames that contain and end with colons (e.g. "spam:" or even "./X:"), and such names can be queried with FindFirstFileW(). As long as a filename can be queried, I think it should be supported by attributes_from_dir(). |
|
| Date |
User |
Action |
Args |
| 2021-04-22 20:30:44 | eryksun | set | recipients:
+ eryksun, paul.moore, tim.golden, CrouZ, zach.ware, steve.dower, miss-islington, nw0 |
| 2021-04-22 20:30:44 | eryksun | set | messageid: <1619123444.88.0.871167645589.issue38822@roundup.psfhosted.org> |
| 2021-04-22 20:30:44 | eryksun | link | issue38822 messages |
| 2021-04-22 20:30:44 | eryksun | create | |
|