Core file system interface for the Toshi engine.
#define TOSHI_NAMESPACE_START
#define TOSHI_NAMESPACE_END
TFileSystem & operator=(TFileSystem &a_rFileSystem)
TFileSystem(const TCHAR *a_szName)
const TString8 & GetPrefix() const
virtual TBOOL ToNative(const TString8 &a_rcPath, TNativeFileInfo &a_rOutInfo)
Fetches info about the path and returns internal path.
const TString8 & GetName() const
virtual void SetPrefix(const TString8 &a_rcPrefix)
Sets the directory prefix to work with.
virtual TString8 MakeInternalPath(const TString8 &a_rcPath)=0
Not documented.