Parents: | io.files |
Authors: | Slava Pestov, Doug Coleman |
Class | Superclass | Slots |
file-info-tuple | tuple | type size size-on-disk permissions created modified accessed |
file-system-info-tuple | tuple | device-name mount-point type available-space free-space used-space total-space |
Word | Stack effect |
file-executable? | ( path -- ? ) |
file-info | ( path -- info ) |
file-readable? | ( path -- ? ) |
file-system-info | ( path -- file-system-info ) |
file-systems | ( -- array ) |
file-writable? | ( path -- ? ) |
link-info | ( path -- info ) |
mount-points | ( -- assoc ) |
Word | Stack effect |
(find-mount-point) | ( path assoc -- object ) |
?file-info | ( path -- info/f ) |
?link-info | ( path -- info/f ) |
directory? | ( path/info -- ? ) |
find-mount-point | ( path -- object ) |
regular-file? | ( path/info -- ? ) |
sparse-file? | ( path/info -- ? ) |
symbolic-link? | ( path/info -- ? ) |
Word | Stack effect |
file-info-tuple? | ( object -- ? ) |
file-system-info-tuple? | ( object -- ? ) |
Vocabulary | Summary |
io.files.info.unix | |
io.files.info.windows |