View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0007518 | OCaml | otherlibs | public | 2017-04-19 11:17 | 2017-10-13 21:07 |
|
Reporter | dra | |
Assigned To | dra | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | |
Platform | | OS | | OS Version | |
Product Version | 4.03.0 | |
Target Version | 4.07.0+dev/beta2 | Fixed in Version | | |
|
Summary | 0007518: Unix.readlink should strip DOS Device namespace prefix on Windows |
Description | Absolute symbolic links on Windows include the NT Object Manager DOS Device namespace prefix ("\??\") - this should not be being returned. |
Steps To Reproduce | # Unix.symlink "C:\\Windows" "C:\\Windows-Link";;
- : unit = ()
# Unix.readlink "C:\\Windows-Link";;
- : string = "\\??\\C:\\Windows" |
Tags | No tags attached. |
|
Attached Files | |
|