 
    
        
        FileIO
Sourceboolean CAN_READ_FILES
Source
int CHUNKS_PER_FILE
Source
int FILE_IO_ABIL_ID
Source
string FILE_IO_ABIL_ID_STR
Source
class File
Source
string filename
Source
 function close()
Source
 function read(player p) returns ChunkedString
Source
 function readAsString(player p) returns string
Source
 function write(player p, string content)
Source
 function write(player p, ChunkedString buffer)
Source