Manual: fs

APPEND = 1024
not documented
volatile
CREAT = 64
not documented
volatile
E2BIG = 7
not documented
volatile
EACCES = 13
not documented
volatile
EADDRINUSE = 98
not documented
volatile
EADDRNOTAVAIL = 99
not documented
volatile
EADV = 68
not documented
volatile
EAFNOSUPPORT = 97
not documented
volatile
EAGAIN = 11
not documented
volatile
EALREADY = 114
not documented
volatile
EBADE = 52
not documented
volatile
EBADF = 9
not documented
volatile
EBADFD = 77
not documented
volatile
EBADMSG = 74
not documented
volatile
EBADR = 53
not documented
volatile
EBADRQC = 56
not documented
volatile
EBADSLT = 57
not documented
volatile
EBFONT = 59
not documented
volatile
EBUSY = 16
not documented
volatile
ECHILD = 10
not documented
volatile
ECHRNG = 44
not documented
volatile
ECOMM = 70
not documented
volatile
ECONNABORTED = 103
not documented
volatile
ECONNREFUSED = 111
not documented
volatile
ECONNRESET = 104
not documented
volatile
EDEADLOCK = 35
not documented
volatile
EDESTADDRREQ = 89
not documented
volatile
EDOM = 33
not documented
volatile
EDOTDOT = 73
not documented
volatile
EDQUOT = 122
not documented
volatile
EEXIST = 17
not documented
volatile
EFAULT = 14
not documented
volatile
EFBIG = 27
not documented
volatile
EHOSTDOWN = 112
not documented
volatile
EHOSTUNREACH = 113
not documented
volatile
EIDRM = 43
not documented
volatile
EILSEQ = 84
not documented
volatile
EINPROGRESS = 115
not documented
volatile
EINTR = 4
not documented
volatile
EINVAL = 22
not documented
volatile
EIO = 5
not documented
volatile
EISCONN = 106
not documented
volatile
EISDIR = 21
not documented
volatile
EISNAM = 120
not documented
volatile
EL2HLT = 51
not documented
volatile
EL2NSYNC = 45
not documented
volatile
EL3HLT = 46
not documented
volatile
EL3RST = 47
not documented
volatile
ELIBACC = 79
not documented
volatile
ELIBBAD = 80
not documented
volatile
ELIBEXEC = 83
not documented
volatile
ELIBMAX = 82
not documented
volatile
ELIBSCN = 81
not documented
volatile
ELNRNG = 48
not documented
volatile
ELOOP = 40
not documented
volatile
EMFILE = 24
not documented
volatile
EMSGSIZE = 90
not documented
volatile
EMULTIHOP = 72
not documented
volatile
ENAMETOOLONG = 36
not documented
volatile
ENAVAIL = 119
not documented
volatile
ENETDOWN = 100
not documented
volatile
ENETRESET = 102
not documented
volatile
ENETUNREACH = 101
not documented
volatile
ENFILE = 23
not documented
volatile
ENOANO = 55
not documented
volatile
ENOBUFS = 105
not documented
volatile
ENOCSI = 50
not documented
volatile
ENODATA = 61
not documented
volatile
ENODEV = 19
not documented
volatile
ENOENT = 2
not documented
volatile
ENOEXEC = 8
not documented
volatile
ENOLCK = 37
not documented
volatile
ENOMEM = 12
not documented
volatile
ENOMSG = 42
not documented
volatile
ENONET = 64
not documented
volatile
ENOPKG = 65
not documented
volatile
ENOPROTOOPT = 92
not documented
volatile
ENOSPC = 28
not documented
volatile
ENOSR = 63
not documented
volatile
ENOSTR = 60
not documented
volatile
ENOSYS = 38
not documented
volatile
ENOTBLK = 15
not documented
volatile
ENOTCONN = 107
not documented
volatile
ENOTDIR = 20
not documented
volatile
ENOTEMPTY = 39
not documented
volatile
ENOTNAM = 118
not documented
volatile
ENOTSOCK = 88
not documented
volatile
ENOTSUP = 95
not documented
volatile
ENOTTY = 25
not documented
volatile
ENOTUNIQ = 76
not documented
volatile
ENXIO = 6
not documented
volatile
EOVERFLOW = 75
not documented
volatile
EPERM = 1
not documented
volatile
EPFNOSUPPORT = 96
not documented
volatile
EPIPE = 32
not documented
volatile
EPROTO = 71
not documented
volatile
EPROTONOSUPPORT = 93
not documented
volatile
EPROTOTYPE = 91
not documented
volatile
ERANGE = 34
not documented
volatile
EREMCHG = 78
not documented
volatile
EREMOTE = 66
not documented
volatile
EREMOTEIO = 121
not documented
volatile
ERESTART = 85
not documented
volatile
EROFS = 30
not documented
volatile
ESHUTDOWN = 108
not documented
volatile
ESOCKTNOSUPPORT = 94
not documented
volatile
ESPIPE = 29
not documented
volatile
ESRCH = 3
not documented
volatile
ESRMNT = 69
not documented
volatile
ESTALE = 116
not documented
volatile
ESTRPIPE = 86
not documented
volatile
ETIME = 62
not documented
volatile
ETIMEDOUT = 110
not documented
volatile
ETOOMANYREFS = 109
not documented
volatile
ETXTBSY = 26
not documented
volatile
EUCLEAN = 117
not documented
volatile
EUNATCH = 49
not documented
volatile
EUSERS = 87
not documented
volatile
EXCL = 128
not documented
volatile
EXDEV = 18
not documented
volatile
EXFULL = 54
not documented
volatile
class File extends object
not documented
volatile
chmod(self : File, mode : int)
self not documented
mode not documented
returns not documented
not documented
volatile
chown(self : File, uid : int, gid : int)
self not documented
uid not documented
gid not documented
returns not documented
not documented
volatile
close(self : File)
self not documented
returns not documented
not documented
volatile
datasync(self : File)
self not documented
returns not documented
not documented
volatile
pread(self : File, data : object, offset : int)
self not documented
data not documented
offset not documented
returns not documented
not documented
volatile
pwrite(self : File, data : object, offset : int)
self not documented
data not documented
offset not documented
returns not documented
not documented
volatile
stat(self : File)
self not documented
returns not documented
not documented
volatile
sync(self : File)
self not documented
returns not documented
not documented
volatile
truncate(self : File, offset : int)
self not documented
offset not documented
returns not documented
not documented
volatile
utime(self : File, atime : float, mtime : float)
self not documented
atime not documented
mtime not documented
returns not documented
not documented
volatile
RDONLY = 0
not documented
volatile
RDWR = 2
not documented
volatile
class ReadStream extends file_stream
not documented
volatile
+init(fileobj : File, offset = null)
fileobj not documented
offset not documented
returns not documented
not documented
volatile
close(self : file_stream)
self not documented
returns not documented
not documented
volatile
read(self : ReadStream)
self not documented
returns not documented
not documented
volatile
TRUNC = 512
not documented
volatile
WRONLY = 1
not documented
volatile
class WriteStream extends file_stream
not documented
volatile
+init(fileobj : File, offset = null)
fileobj not documented
offset not documented
returns not documented
not documented
volatile
write(self : WriteStream, data : object)
self not documented
data not documented
returns not documented
not documented
volatile
access(path : path, mode : int)
path not documented
mode not documented
returns not documented
not documented
volatile
chmod(path : path, mode : int)
path not documented
mode not documented
returns not documented
not documented
volatile
chown(path : path, uid : int, gid : int)
path not documented
uid not documented
gid not documented
returns not documented
not documented
volatile
errorcode : dict
not documented
volatile
exists(path : object)
path not documented
returns not documented
not documented
volatile
getatime(path : object)
path not documented
returns not documented
not documented
volatile
getctime(path : object)
path not documented
returns not documented
not documented
volatile
getmtime(path : object)
path not documented
returns not documented
not documented
volatile
lstat(path : path)
path not documented
returns not documented
not documented
volatile
mkdir(path : path, mode = null)
path not documented
mode not documented
returns not documented
not documented
volatile
mkdtemp(path : path)
path not documented
returns not documented
not documented
volatile
open(path : path, flags : int, mode = null)
path not documented
flags not documented
mode not documented
returns not documented
not documented
volatile
read_file(argv...)
argv not documented
returns not documented
not documented
volatile
realpath(path : path)
path not documented
returns not documented
not documented
volatile
rename(path : path, new_path : path)
path not documented
new_path not documented
returns not documented
not documented
volatile
rmdir(path : path)
path not documented
returns not documented
not documented
volatile
scandir(path : path)
path not documented
returns not documented
not documented
volatile
sendfile(out_file : File, in_file : File, in_offset : int, length : int)
out_file not documented
in_file not documented
in_offset not documented
length not documented
returns not documented
not documented
volatile
stat(path : path)
path not documented
returns not documented
not documented
volatile
utime(path : path, atime : float, mtime : float)
path not documented
atime not documented
mtime not documented
returns not documented
not documented
volatile
class watch extends Handle
not documented
volatile
+init(path : path)
path not documented
returns not documented
not documented
volatile
+iter()
returns not documented
not documented
volatile
close(self : Handle)
self not documented
returns not documented
not documented
volatile
get_recv_buffer_size(self : Handle)
self not documented
returns not documented
not documented
volatile
get_send_buffer_size(self : Handle)
self not documented
returns not documented
not documented
volatile
next(self : watch)
self not documented
returns not documented
not documented
volatile
wait(self : watch)
self not documented
returns not documented
not documented
volatile