Changeset 69720 in vbox for trunk/src/VBox/Runtime/common/vfs/vfsstddir.cpp
- Timestamp:
- Nov 16, 2017 4:18:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsstddir.cpp
r69716 r69720 443 443 if (fType != 0) 444 444 { 445 if (fType == RTFS_TYPE_DIRECTORY) 446 return RTDirRelDirRemove(pThis->hDir, pszEntry); 447 445 448 RTFSOBJINFO ObjInfo; 446 449 int rc = rtVfsStdDir_QueryEntryInfo(pThis, pszEntry, &ObjInfo, RTFSOBJATTRADD_NOTHING);
Note:
See TracChangeset
for help on using the changeset viewer.