APPEND top-level constant
@Deprecated("Use FileMode.append instead")
The mode for opening a file for reading and writing to the end of it. The file is created if it does not already exist.
Implementation
const APPEND = FileMode.append
The mode for opening a file for reading and writing to the end of it. The file is created if it does not already exist.
const APPEND = FileMode.append