Changeset 47837 in vbox
- Timestamp:
- Aug 19, 2013 9:48:33 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88110
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47835 r47837 10624 10624 the parameter must be one of the following: 10625 10625 <ul> 10626 <li>< b>r</b>Opens a file for reading.</li>10627 <li>< b>r+</b>Opens a file for reading and writing.</li>10628 <li>< b>w</b>Opens a file for writing.</li>10629 <li>< b>w+</b>Opens a file for writing and reading.</li>10626 <li><tt>"r"</tt>: Opens a file for reading.</li> 10627 <li><tt>"r+"</tt>: Opens a file for reading and writing.</li> 10628 <li><tt>"w"</tt>: Opens a file for writing.</li> 10629 <li><tt>"w+"</tt>: Opens a file for writing and reading.</li> 10630 10630 </ul> 10631 10631 </desc> … … 10636 10636 following: 10637 10637 <ul> 10638 <li>< b>ca</b>Creates a new file, always. Overwrites an existing file.</li>10639 <li>< b>ce</b>Creates a new file if it does not exist. Fail if exist.</li>10640 <li>< b>oc</b>Opens and existing file or create it if it does not exist.</li>10641 <li>< b>oe</b>Opens an existing file or fail if it does not exist.</li>10642 <li>< b>ot</b>Opens and truncate an existing file or fail if it does not exist.</li>10638 <li><tt>"ca"</tt>: Creates a new file, always. Overwrites an existing file.</li> 10639 <li><tt>"ce"</tt>: Creates a new file if it does not exist. Fail if exist.</li> 10640 <li><tt>"oc"</tt>: Opens and existing file or create it if it does not exist.</li> 10641 <li><tt>"oe"</tt>: Opens an existing file or fail if it does not exist.</li> 10642 <li><tt>"ot"</tt>: Opens and truncate an existing file or fail if it does not exist.</li> 10643 10643 </ul> 10644 10644 </desc> … … 10672 10672 the parameter must be one of the following: 10673 10673 <ul> 10674 <li>< b>r</b>Opens a file for reading.</li>10675 <li>< b>r+</b>Opens a file for reading and writing.</li>10676 <li>< b>w</b>Opens a file for writing.</li>10677 <li>< b>w+</b>Opens a file for writing and reading.</li>10674 <li><tt>"r"</tt>: Opens a file for reading.</li> 10675 <li><tt>"r+"</tt>: Opens a file for reading and writing.</li> 10676 <li><tt>"w"</tt>: Opens a file for writing.</li> 10677 <li><tt>"w+"</tt>: Opens a file for writing and reading.</li> 10678 10678 </ul> 10679 10679 </desc> … … 10684 10684 following: 10685 10685 <ul> 10686 <li>< b>ca</b>Creates a new file, always. Overwrites an existing file.</li>10687 <li>< b>ce</b>Creates a new file if it does not exist. Fail if exist.</li>10688 <li>< b>oc</b>Opens and existing file or create it if it does not exist.</li>10689 <li>< b>oe</b>Opens an existing file or fail if it does not exist.</li>10690 <li>< b>ot</b>Opens and truncate an existing file or fail if it does not exist.</li>10686 <li><tt>"ca"</tt>: Creates a new file, always. Overwrites an existing file.</li> 10687 <li><tt>"ce"</tt>: Creates a new file if it does not exist. Fail if exist.</li> 10688 <li><tt>"oc"</tt>: Opens and existing file or create it if it does not exist.</li> 10689 <li><tt>"oe"</tt>: Opens an existing file or fail if it does not exist.</li> 10690 <li><tt>"ot"</tt>: Opens and truncate an existing file or fail if it does not exist.</li> 10691 10691 </ul> 10692 10692 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.