Changeset 48820 in vbox for trunk/include/iprt/file.h
- Timestamp:
- Oct 2, 2013 1:56:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r47834 r48820 627 627 * "ca" - Creates a new file, always. Overwrites an existing file. 628 628 * "ce" - Creates a new file if it does not exist. Fail if exist. 629 * "oc" - Opens and existing file or create it if it does not exist. 629 * "oa" - Opens an existing file and places the file pointer at 630 * the end of the file, if opened with write access. 631 * Create the file if it does not exist. 632 * "oc" - Opens an existing file or create it if it does not exist. 630 633 * "oe" - Opens an existing file or fail if it does not exist. 631 634 * "ot" - Opens and truncate an existing file or fail if it does not exist.
Note:
See TracChangeset
for help on using the changeset viewer.