operating_system 
Vars | |
current_directory | Current directory being operated on. |
---|---|
logged_in | Gotta be logged in to access anything. |
Procs | |
change_dir | Change active directory. |
clear_screen | Clear the screen completely. |
get_file | Find a file by it's name in the given directory. Defaults to the current directory. |
is_operational | Should run this before executing any commands. |
move_file | Move a file to another location. |
println | Write to the terminal. |
resolve_filepath | Returns a file or folder with the given name inside of the given filepath relative to the working directory. |
try_std_in | Wrapper around handling text input to make sure we can actually handle it. |
Var Details
current_directory 
Current directory being operated on.
logged_in 
Gotta be logged in to access anything.
Proc Details
change_dir
Change active directory.
clear_screen
Clear the screen completely.
get_file
Find a file by it's name in the given directory. Defaults to the current directory.
is_operational
Should run this before executing any commands.
move_file
Move a file to another location.
println
Write to the terminal.
resolve_filepath
Returns a file or folder with the given name inside of the given filepath relative to the working directory.
try_std_in
Wrapper around handling text input to make sure we can actually handle it.