Changeset 42708 in vbox for trunk/include/iprt
- Timestamp:
- Aug 9, 2012 10:15:38 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dir.h
r39641 r42708 91 91 * "/tmp/myprog-XXX-XXX.tmp" 92 92 * 93 * The directory is created with mode 0700.94 *95 93 * @returns iprt status code. 96 94 * @param pszTemplate The directory name template on input. The actual 97 95 * directory name on success. Empty string on failure. 98 */ 99 RTDECL(int) RTDirCreateTemp(char *pszTemplate); 96 * @param fMode The mode to create the directory with. Use 0700 97 * unless you have reason not to. 98 */ 99 RTDECL(int) RTDirCreateTemp(char *pszTemplate, RTFMODE fMode); 100 100 101 101 /**
Note:
See TracChangeset
for help on using the changeset viewer.