Handbook
Glossary
file-system-statvfs ( path -- statvfs )
Vocabulary
io
.
files
.
info
.
unix
Inputs
path
an
object
Outputs
statvfs
an
object
Definition
USING:
system
;
IN:
io.files.info.unix
HOOK:
file-system-statvfs
os
( path -- statvfs )
Methods
USING:
io.files.info.unix
kernel
libc
system
unix.statvfs.macos
;
M:
macos
file-system-statvfs
\
statvfs
new
[
statvfs-func
io-error
]
keep
;
USING:
io.files.info.unix
kernel
system
;
M:
unix
file-system-statvfs
drop
f
;