FSConstants class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

FSConstants()

Properties

F_OK int
File Access Constants for use with FS.access.
no setter
hashCode int
The hash code for this object.
no setterinherited
O_APPEND int
no setter
O_CREAT int
no setter
O_DIRECT int
no setter
O_DIRECTORY int
no setter
O_DSYNC int
no setter
O_EXCL int
no setter
O_NOATIME int
no setter
O_NOCTTY int
no setter
O_NOFOLLOW int
no setter
O_NONBLOCK int
no setter
O_RDONLY int
File Open Constants for use with FS.open.
no setter
O_RDWR int
no setter
no setter
O_SYNC int
no setter
O_TRUNC int
no setter
O_WRONLY int
no setter
R_OK int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
S_IFBLK int
no setter
S_IFCHR int
no setter
S_IFDIR int
no setter
S_IFIFO int
no setter
S_IFLNK int
no setter
S_IFMT int
File Type Constants for use with Stats.mode.
no setter
S_IFREG int
no setter
S_IFSOCK int
no setter
S_IRGRP int
no setter
S_IROTH int
no setter
S_IRUSR int
no setter
S_IRWXG int
no setter
S_IRWXO int
no setter
S_IRWXU int
File Mode Constants for use with Stats.mode.
no setter
S_IWGRP int
no setter
S_IWOTH int
no setter
S_IWUSR int
no setter
S_IXGRP int
no setter
S_IXOTH int
no setter
S_IXUSR int
no setter
W_OK int
no setter
X_OK int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited