WRITE_ONLY_APPEND top-level constant
@Deprecated("Use FileMode.writeOnlyAppend instead")
Mode for opening a file for writing only to the end of it. The file is created if it does not already exist.
Implementation
const WRITE_ONLY_APPEND = FileMode.writeOnlyAppend