File system
    Preparing search index...

    Enumeration WriteFlag

    Index

    Enumeration Members

    APPEND_FLAG: "a"

    Create the file if not exist, and append the content

    APPEND_MODE: 438
    EXCLUSIVE_FLAG: "wx"

    Fail if the file already exists, or create and write the file

    WRITE_FLAG: "w"

    Create the file if not exist, and override the content