VirtualBox

Changeset 97563 in vbox


Ignore:
Timestamp:
Nov 16, 2022 9:11:31 AM (2 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Comment nits. bugref:10286

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp

    r97557 r97563  
    17521752     * #    source       dest             final dest                        remarks
    17531753     *
    1754      * 1    /gst/dir1/   /dst/dir2/       /dst/dir2/<contents of dir1>      Just copies contents of <contents>, not the directory itself.
    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.
    17571757     * 4    Dotdot ("..") directories are forbidden for security reasons.
    17581758     */
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