FileSystem

Models an OS-specific file-system.

Included here are methods to manipulate the current working directory, and to convert a path to its absolute form.

Members

Static functions

freeSpace
long freeSpace(char[] folder, bool superuser)

Request how much free space in bytes is available on the disk/mountpoint where folder resides

roots
istring[] roots()

List the set of root devices.

totalSpace
long totalSpace(char[] folder, bool superuser)

Request how large in bytes the disk/mountpoint where folder resides is.

Meta