Changeset 49393 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 5, 2013 3:59:05 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90441
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r49390 r49393 9992 9992 </const> 9993 9993 <const name="Recursive" value="1"> 9994 <desc>Copy directories recursively.</desc> 9994 <desc>Copy directories recursively. 9995 This flag is not implemented yet.</desc> 9995 9996 </const> 9996 9997 <const name="Update" value="2"> 9997 <desc>Only copy when the source file is newer than the destination file or when the destination file is missing.</desc> 9998 <desc>Only copy when the source file is newer than the destination file 9999 or when the destination file is missing. This flag is not implemented 10000 yet.</desc> 9998 10001 </const> 9999 10002 <const name="FollowLinks" value="4"> 10000 <desc>Follow symbolic links. </desc>10003 <desc>Follow symbolic links. This flag is not implemented yet.</desc> 10001 10004 </const> 10002 10005 </enum>
Note:
See TracChangeset
for help on using the changeset viewer.