Changeset 3994 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Aug 2, 2007 9:54:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r3993 r3994 356 356 } 357 357 358 /** @todo don't check when creating files or directories; waste of time */ 358 359 rc = RTPathQueryInfo(pszFullPath, &info, RTFSOBJATTRADD_NOTHING); 359 360 if (rc == VERR_FILE_NOT_FOUND || rc == VERR_PATH_NOT_FOUND) … … 438 439 if (pszWildCardComponent) 439 440 *pszWildCardComponent = RTPATH_DELIMITER; 441 442 /* might be a new file so don't fail here! */ 443 rc = VINF_SUCCESS; 440 444 } 441 445 *ppszFullPath = pszFullPath;
Note:
See TracChangeset
for help on using the changeset viewer.