class System
Base class:
Object Inherited classes: Empty
Description: represents mama system services
- Fields:
- Empty
- Methods:
- command(): Runs an operating system command
- default_stderr(): Returns the default standard error file
- default_stdin(): returns the default standard input file
- default_stdout(): Returns the default standard output file
- null(): Exits the program
- files(): Returns the list of files that are in the given path
- get_modules(): Returns the module list that's currently in the system
- path(): Returns the current search path in the system
- set_default_stderr(): Sets the default standard error file
- set_default_stdin(): Sets the default standard input file
- set_default_stdout(): Sets the default standard output file
- set_stderr(): Sets the standard error file
- set_stdin(): Sets the standard input file
- set_stdout(): Sets the standard output file
- stderr(): Returns the standard output error file
- stdin(): Returns the name of the standard input file
- stdout(): Returns the standard output file
- version(): Returns the current Mama version
- Events:
- Empty
Back to Mama reference