- Source:
Returns an object containing commonly used constants for file system operations. Similar to Node.js-Path.
Members
(static, constant) COPYFILE_EXCL :number
- Source:
Type:
- number
(static, constant) F_OK :number
- Source:
Type:
- number
(static, constant) O_APPEND :number
- Source:
Type:
- number
(static, constant) O_CREAT :number
- Source:
Type:
- number
(static, constant) O_EXCL :number
- Source:
Type:
- number
(static, constant) O_RDONLY :number
- Source:
Type:
- number
(static, constant) O_RDWR :number
- Source:
Type:
- number
(static, constant) O_TRUNC :number
- Source:
Type:
- number
(static, constant) O_WRONLY :number
- Source:
Type:
- number
(static, constant) R_OK :number
- Source:
Type:
- number
(static, constant) S_IFCHR :number
- Source:
Type:
- number
(static, constant) S_IFDIR :number
- Source:
Type:
- number
(static, constant) S_IFLNK :number
- Source:
Type:
- number
(static, constant) S_IFMT :number
- Source:
Type:
- number
(static, constant) S_IFREG :number
- Source:
Type:
- number
(static, constant) UV_FS_COPYFILE_EXCL :number
- Source:
Type:
- number
(static, constant) W_OK :number
- Source:
Type:
- number
(static, constant) X_OK :number
- Source:
Type:
- number