Construction
The RWFileManager constructor has the prototype:
 
RWFileManager(const char* filename);
The argument is the name of the file that the RWFileManager is to manage. If it exists, it must contain a valid RWFileManager; otherwise, one will be created.