file-systems ( -- array )
Factor handbook » Input and output » File system metadata

Prev:file-system-info ( path -- file-system-info )
Next:file-readable? ( path -- ? )


Vocabulary
io.files.info

Inputs
None

Outputs
arrayan array


Word description
Returns an array of file-system-info objects returned by iterating the mount points and calling file-system-info on each.

Notes
File systems that the process doesn't have access to aren't included.

Definition


Methods