Changeset 79426 in vbox for trunk/include
- Timestamp:
- Jun 28, 2019 8:54:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dir.h
r79421 r79426 97 97 * @param pszPath Path to the directory to create. 98 98 * @param fMode The mode of the new directories. 99 * @param f CreateCreate flags, RTDIRCREATE_FLAGS_*.99 * @param fFlags Create flags, RTDIRCREATE_FLAGS_*. 100 100 */ 101 101 RTDECL(int) RTDirCreateFullPathEx(const char *pszPath, RTFMODE fMode, uint32_t fFlags);
Note:
See TracChangeset
for help on using the changeset viewer.