Changeset 97344 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 31, 2022 10:17:50 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r97152 r97344 139 139 /** File system filter / options to use for this task. */ 140 140 GuestSessionFsSourceSpec mSourceSpec; 141 /** The source' root path. 141 /** The source' root path. Always in the source's path style! 142 * 142 143 * For a single file list this is the full (absolute) path to a file, 143 144 * for a directory list this is the source root directory. */ 144 145 Utf8Str mSrcRootAbs; 145 /** The destinations's root path. 146 /** The destinations's root path. Always in the destination's path style! 147 * 146 148 * For a single file list this is the full (absolute) path to a file, 147 149 * for a directory list this is the destination root directory. */ … … 256 258 * asynchronously. Optional. */ 257 259 ComObjPtr<Progress> mProgress; 258 /** The guest's path style (depending on the guest OS type set). */ 259 uint32_t mfPathStyle; 260 /** The guest's path style as string representation (depending on the guest OS type set). */ 261 Utf8Str mPathStyle; 260 /** The guest's path style as char representation (depending on the guest OS type set). */ 261 Utf8Str mstrGuestPathStyle; 262 262 }; 263 263
Note:
See TracChangeset
for help on using the changeset viewer.