Changeset 77861 in vbox for trunk/src/VBox
- Timestamp:
- Mar 24, 2019 2:42:58 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r77860 r77861 2383 2383 } 2384 2384 2385 /** @todo r=bird: We _must_ perform slash conversion on the target (what this 2386 * code calls 'pOldPath' for some peculiar reason)! */ 2387 2385 2388 rc = RTSymlinkCreate(pszFullNewPath, (const char *)pOldPath->String.utf8, 2386 2389 RTSYMLINKTYPE_UNKNOWN, 0);
Note:
See TracChangeset
for help on using the changeset viewer.