StateBag::OpenFileEx

StateBag::OpenFileEx
File* OpenFileEx(const char * pfilename, Log * plog);
Description

OpenFileEx opens a file using the specified callback with a customizable log.

Parameters
Parameters 
Description 
const char * pfilename 
Name of the file to open. 
Log * plog 
Log of error messages generated. 
Return Value

A File pointer to the open file of the StateBag.