c4_file 
Computer files.
Vars | |
containing_folder | Folder the file is in, if any. |
---|---|
copyable | If the file is copyable by default. |
drive | Drive this file is on. |
metadata | Metadata about this thing |
Procs | |
copy | Creates a copy of this file. Depth is used for folders to prevent copying gigantic folders from lagging the game. |
get_computer | Returns the computer this file is in, if any. |
parse_directory | Take a directory, vomit out a folder at that directory or null |
path_to_string | Returns a string that is the file's path |
sanitize_filename | Sanitize a file name. |
set_name | Setter for name for raising the paired event. |
to_string | Attempt to stringify the data. |
validate_file_name | Returns TRUE if a given file name is OK. |
Var Details
containing_folder 
Folder the file is in, if any.
copyable 
If the file is copyable by default.
drive 
Drive this file is on.
metadata 
Metadata about this thing
Proc Details
copy
Creates a copy of this file. Depth is used for folders to prevent copying gigantic folders from lagging the game.
get_computer
Returns the computer this file is in, if any.
parse_directory
Take a directory, vomit out a folder at that directory or null
path_to_string
Returns a string that is the file's path
sanitize_filename
Sanitize a file name.
set_name
Setter for name for raising the paired event.
to_string
Attempt to stringify the data.
validate_file_name
Returns TRUE if a given file name is OK.