Changeset 39630 in vbox
- Timestamp:
- Dec 15, 2011 3:52:31 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r39629 r39630 2180 2180 if (flags & SHFL_REMOVE_SYMLINK) 2181 2181 rc = RTSymlinkDelete(pszFullPath, RTSYMLINKDELETE_FLAGS_NO_SYMLINKS); 2182 else if (flags & SHFL_REMOVE_FILE) 2183 rc = RTFileDelete(pszFullPath); 2182 2184 else 2183 rc = RT PathUnlink(pszFullPath, RTPATHUNLINK_FLAGS_NO_SYMLINKS);2185 rc = RTDirRemove(pszFullPath); 2184 2186 } 2185 2187
Note:
See TracChangeset
for help on using the changeset viewer.

