OflagsFlag

Properties

Link copied to clipboard
const val CREAT: Short

Create file if it does not exist.

Link copied to clipboard
const val DIRECTORY: Short

Fail if not a directory.

Link copied to clipboard
const val EXCL: Short

Fail if file already exists.

Link copied to clipboard
const val TRUNC: Short

Truncate file to size 0.