computer_file
Vars | |
filename | Placeholder. Whitespace and most special characters are not allowed. |
---|---|
filetype | File full names are [filename].[filetype] so like NewFile.XXX in this case |
hidden | Whether the file is hidden from view in the OS |
holder | Holder that contains this file. |
metadata | Any metadata the file uses. |
papertype | Paper type to use for printing |
read_only | Protects files that should never be edited by the user due to special properties. |
size | File size in GQ. Integers only! |
uid | UID of this file |
undeletable | Whether the file may be deleted. Setting to TRUE prevents deletion/renaming/etc. |
unsendable | Whether the file may be sent to someone via NTNet transfer, email or other means. |
Procs | |
clone | Returns independent copy of this file. |
Var Details
filename
Placeholder. Whitespace and most special characters are not allowed.
filetype
File full names are [filename].[filetype] so like NewFile.XXX in this case
hidden
Whether the file is hidden from view in the OS
holder
Holder that contains this file.
metadata
Any metadata the file uses.
papertype
Paper type to use for printing
read_only
Protects files that should never be edited by the user due to special properties.
size
File size in GQ. Integers only!
uid
UID of this file
undeletable
Whether the file may be deleted. Setting to TRUE prevents deletion/renaming/etc.
unsendable
Whether the file may be sent to someone via NTNet transfer, email or other means.
Proc Details
clone
Returns independent copy of this file.