Daedalus Dock - Modules - TypesVar Details - Proc Details

c4_file

Computer files.

Vars

containing_folderFolder the file is in, if any.
copyableIf the file is copyable by default.
driveDrive this file is on.
metadataMetadata about this thing

Procs

copyCreates a copy of this file. Depth is used for folders to prevent copying gigantic folders from lagging the game.
get_computerReturns the computer this file is in, if any.
parse_directoryTake a directory, vomit out a folder at that directory or null
path_to_stringReturns a string that is the file's path
sanitize_filenameSanitize a file name.
set_nameSetter for name for raising the paired event.
to_stringAttempt to stringify the data.
validate_file_nameReturns 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.