MaybeCreate

When opening a File, create it with the supplied mode if it does not already exist.

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@JvmField
val mode: String

The mode to use for newly created files. If a file is NOT created upon open (e.g. it already exists), then this will be ignored.