Changeset 39612 in vbox for trunk/src/VBox/Runtime/r3/dir.cpp
- Timestamp:
- Dec 14, 2011 2:19:55 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75392
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/dir.cpp
r34015 r39612 104 104 * where the directory exists but we don't have write access to the parent directory. 105 105 */ 106 rc = RTDirCreate(szAbsPath, fMode );106 rc = RTDirCreate(szAbsPath, fMode, 0); 107 107 if (rc == VERR_ALREADY_EXISTS) 108 108 rc = VINF_SUCCESS; … … 674 674 675 675 676 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter )676 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen) 677 677 { 678 678 /*
Note:
See TracChangeset
for help on using the changeset viewer.