Changeset 104285 in vbox for trunk/src/VBox/Runtime/r3/nt
- Timestamp:
- Apr 11, 2024 12:06:14 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/nt/RTFileDelete-r3-nt.cpp
r104284 r104285 105 105 * To delete symbolic links, use RTSymlinkDelete. 106 106 * 107 * Alternative: We could model this on linux instead ,and also allow107 * Alternative: We could model this on linux instead and also allow 108 108 * this function unlink symlinks, mount points and global reparse stuff, 109 109 * but fail on any other reparse point. This would make the APIs work 110 * more or less the same ac cross the platforms. (Code is #if 0'ed below.)110 * more or less the same across the platforms. (Code is #if 0'ed below.) 111 111 * 112 112 * See @bugref{10632}.
Note:
See TracChangeset
for help on using the changeset viewer.