MustExist

data object MustExist : OpenExcl(source)

When opening a File, it MUST exist. A new file will NOT be created. If the file being opened does not exist, a FileNotFoundException will be thrown.

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.