SKS OCDoc
OpenComputers
Computronics
Minitel

lib/shutil.lua

shutil.ps()

Prints the processes running on the system.

shutil.cat(...^string^)

Outputs the contents of files specified in ... to the standard output.

shutil.free()

Displays used and free memory.

shutil.mount(addr^string^, path^string^): boolean, string

Mounts filesystem component with address addr to path in the filesystem.

shutil.df()

Prints free disk space.

shutil.ls(...^string^)

Prints contents of directories specified as ....

shutil.import(lib^string^): boolean

Imports the functions from library lib into the shell environment.

shutil.unimport(lib^string^): boolean

Removes the functions from lib from the shell environment.

© ShadowKat Studios
The software used to generate this page is licensed under the Mozilla Public License version 2 and can be found here