_std/defines/mainframe_defines/_filepaths.dm 
setup_filepath_users | Filepath that corresponds to the directory for user record files. |
---|---|
setup_filepath_users_home | Filepath that corresponds to the directory for personal user directories. |
setup_filepath_drivers | Filepath that corresponds to the directory for device and pseudo-device files. |
setup_filepath_drivers_proto | Filepath that corresponds to the directory for device file prototypes. Prototypes are named after the ID of their respective device, excluding the "pnet_" prefix. |
setup_filepath_volumes | Filepath that corresponds to the directory for mounted file systems, such as databanks. |
setup_filepath_system | Filepath that corresponds to the directory for the OS, including the kernel, shell, and login program. |
setup_filepath_config | Filepath that corresponds to the directory for configuration files. |
setup_filepath_commands | Filepath that corresponds to the directory for binaries (executable files). It contains fundamental system utilities, including system commands, such as ls or cd . |
setup_filepath_process | Filepath that corresponds to the directory for information files pertaining to active processes. |
Define Details
setup_filepath_commands 
Filepath that corresponds to the directory for binaries (executable files). It contains fundamental system utilities, including system commands, such as ls
or cd
.
setup_filepath_config 
Filepath that corresponds to the directory for configuration files.
setup_filepath_drivers 
Filepath that corresponds to the directory for device and pseudo-device files.
setup_filepath_drivers_proto 
Filepath that corresponds to the directory for device file prototypes. Prototypes are named after the ID of their respective device, excluding the "pnet_" prefix.
setup_filepath_process 
Filepath that corresponds to the directory for information files pertaining to active processes.
setup_filepath_system 
Filepath that corresponds to the directory for the OS, including the kernel, shell, and login program.
setup_filepath_users 
Filepath that corresponds to the directory for user record files.
setup_filepath_users_home 
Filepath that corresponds to the directory for personal user directories.
setup_filepath_volumes 
Filepath that corresponds to the directory for mounted file systems, such as databanks.