+
Point of view
All features
expanded class SYSTEM
Summary
Overview
features
get_environment_variable (variable: STRING): STRING
effective function
Try to get the value of the system environment variable or some variable in the system registry.
set_environment_variable (variable: STRING, value: STRING)
effective procedure
Try to assign the system environment variable with value.
execute_command (system_command_line: STRING): INTEGER_32
effective function
To execute a system_command_line as for example, "ls -l" on UNIX.
execute_command_line (system_command_line: STRING)
effective procedure
The equivalent of execute_command without Result.
basic_getenv (environment_variable: POINTER): POINTER
To implement get_environment_variable.
basic_putenv (variable: POINTER, value: POINTER)
To implement set_environment_variable.
basic_system (system_command_line: POINTER): INTEGER_32