VirtualBox

Changeset 48820 in vbox for trunk/include/iprt/file.h


Ignore:
Timestamp:
Oct 2, 2013 1:56:36 PM (11 years ago)
Author:
vboxsync
Message:

IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + appending an existing file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/file.h

    r47834 r48820  
    627627 *      "ca" - Creates a new file, always. Overwrites an existing file.
    628628 *      "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.
    630633 *      "oe" - Opens an existing file or fail if it does not exist.
    631634 *      "ot" - Opens and truncate an existing file or fail if it does not exist.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette