Skip to content

@caido/quickjs-types / llrt/fs / constants

constants

Variables

F_OK

const F_OK: number

Constant for fs.access(). File is visible to the calling process.


R_OK

const R_OK: number

Constant for fs.access(). File can be read by the calling process.


W_OK

const W_OK: number

Constant for fs.access(). File can be written by the calling process.


X_OK

const X_OK: number

Constant for fs.access(). File can be executed by the calling process.