Space Station 13 - Nebula13 - Modules - TypesProc Details

disk

Procs

contains_file_typeReturns the first file with the matching file_extension, or null if it can't find one
copy_fileClone the file.
delete_allLike a full disk format. Erase all files, even if write protected!
delete_fileDelete a specific file. Fails if file is write protected, and force is FALSE.
read_fileRead and returns a file by filename.
rename_fileRenames a file's handle on the disk. Does not rename the file itself.
simple_pick_fileOffers a simple input box to pick and return the name of a file currently on disk.
write_fileWrites a file to the disk. Fails if the file is bigger than the amount of free blocks left.

Proc Details

contains_file_type

Returns the first file with the matching file_extension, or null if it can't find one

copy_file

Clone the file.

delete_all

Like a full disk format. Erase all files, even if write protected!

delete_file

Delete a specific file. Fails if file is write protected, and force is FALSE.

read_file

Read and returns a file by filename.

rename_file

Renames a file's handle on the disk. Does not rename the file itself.

simple_pick_file

Offers a simple input box to pick and return the name of a file currently on disk.

write_file

Writes a file to the disk. Fails if the file is bigger than the amount of free blocks left.