Jakub Konka bdda8fa7a8 Redo GetFinalPathNameByHandle using DeviceIoControl
This commit reimagines `std.os.windows.GetFinalPathNameByHandle`
using `DeviceIoControl` to query the OS mount manager for the DOS
(symlink) paths for the given NT volume name. In particular,
it uses `IOCTL_MOUNTMGR_QUERY_POINTS` ioctl opcode to query the
manager for the available moount points.
2020-08-07 11:33:05 +02:00
..
2020-04-15 15:15:32 +03:00
2019-09-25 23:35:41 -04:00
2020-01-31 22:33:17 +11:00
2020-01-02 18:53:16 +01:00
2019-09-25 23:35:41 -04:00
2020-06-20 18:39:15 -04:00