Changeset 48820 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 2, 2013 1:56:36 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89477
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/VBox-4.1/src/VBox merged: 85944-85947,85949-85950,85953,86701,86728,87009
- Property svn:mergeinfo changed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r48803 r48820 10742 10742 <li><tt>"ca"</tt>: Creates a new file, always. Overwrites an existing file.</li> 10743 10743 <li><tt>"ce"</tt>: Creates a new file if it does not exist. Fail if exist.</li> 10744 <li><tt>"oa"</tt>: Opens an existing file and places the file pointer at the 10745 end of the file, if opened with write access. Create the file if it does not exist.</li> 10744 10746 <li><tt>"oc"</tt>: Opens and existing file or create it if it does not exist.</li> 10745 10747 <li><tt>"oe"</tt>: Opens an existing file or fail if it does not exist.</li>
Note:
See TracChangeset
for help on using the changeset viewer.