Changeset 77495 in vbox for trunk/src/VBox/Main/include/GuestSessionImplTasks.h
- Timestamp:
- Feb 28, 2019 8:44:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r77068 r77495 188 188 /** @name Directory handling primitives. 189 189 * @{ */ 190 int directoryCreate(const com::Utf8Str &strPath, DirectoryCreateFlag_T enmDirecotryCreateFlags, uint32_t uMode, 191 bool fFollowSymlinks); 190 int directoryCreateOnGuest(const com::Utf8Str &strPath, 191 DirectoryCreateFlag_T enmDirectoryCreateFlags, uint32_t uMode, 192 bool fFollowSymlinks, bool fCanExist); 193 int directoryCreateOnHost(const com::Utf8Str &strPath, uint32_t fCreate, uint32_t uMode, bool fCanExist); 192 194 /** @} */ 193 195
Note:
See TracChangeset
for help on using the changeset viewer.