umask

abstract fun umask(): Double(source)

process.umask() returns the Node.js process's file mode creation mask. Child processes inherit the mask from the parent process.

Since

v0.1.19


abstract fun umask(mask: String): Double(source)
abstract fun umask(mask: Double): Double(source)

Can only be set if not in worker thread.