VirtualBox

Changeset 79426 in vbox for trunk/include


Ignore:
Timestamp:
Jun 28, 2019 8:54:55 PM (6 years ago)
Author:
vboxsync
Message:

IPRT: Added a flag to RTDirCreate for ignoring the umask and added RTDirCreateFullPathEx so it can be used when creating paths. [doxyfix] bugref:9151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dir.h

    r79421 r79426  
    9797 * @param   pszPath     Path to the directory to create.
    9898 * @param   fMode       The mode of the new directories.
    99  * @param   fCreate     Create flags, RTDIRCREATE_FLAGS_*.
     99 * @param   fFlags      Create flags, RTDIRCREATE_FLAGS_*.
    100100 */
    101101RTDECL(int) RTDirCreateFullPathEx(const char *pszPath, RTFMODE fMode, uint32_t fFlags);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette