Changeset 48821 in vbox
- Timestamp:
- Oct 2, 2013 3:02:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r48820 r48821 10792 10792 <li><tt>"ca"</tt>: Creates a new file, always. Overwrites an existing file.</li> 10793 10793 <li><tt>"ce"</tt>: Creates a new file if it does not exist. Fail if exist.</li> 10794 <li><tt>"oa"</tt>: Opens an existing file and places the file pointer at the 10795 end of the file, if opened with write access. Create the file if it does not exist.</li> 10794 10796 <li><tt>"oc"</tt>: Opens and existing file or create it if it does not exist.</li> 10795 10797 <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.