Changeset 97563 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 16, 2022 9:11:31 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
r97557 r97563 1752 1752 * # source dest final dest remarks 1753 1753 * 1754 * 1 / gst/dir1/ /dst/dir2/ /dst/dir2/<contents of dir1> Just copies contents of <contents>, not the directoryitself.1755 * 2 / gst/dir1 /dst/dir2/ /dst/dir2/dir1 Copies dir1 into dir2.1756 * 3 / gst/dir1 /dst/dir2 /dst/dir2 Overwrites stuff from dir2 with stuff from dir1.1754 * 1 /src/path1/ /dst/path2/ /dst/path2/<contents of path1> Just copies contents of <contents of path1>, not the path1 itself. 1755 * 2 /src/path1 /dst/path2/ /dst/path2/path1 Copies path1 into path2. 1756 * 3 /src/path1 /dst/path2 /dst/path2 Overwrites stuff from path2 with stuff from path1. 1757 1757 * 4 Dotdot ("..") directories are forbidden for security reasons. 1758 1758 */
Note:
See TracChangeset
for help on using the changeset viewer.