Exemple #1
0
CIMGArchiveTranslatorHandle* CFileSystem::OpenIMGArchive( CFileTranslator *srcRoot, const wchar_t *srcPath )
{ return GenOpenIMGArchive( this, srcRoot, srcPath ); }
Exemple #2
0
CIMGArchiveTranslatorHandle* CFileSystem::OpenIMGArchive( CFileTranslator *srcRoot, const wchar_t *srcPath, bool writeAccess, bool isLiveMode )
{ return GenOpenIMGArchive( this, srcRoot, srcPath, writeAccess, isLiveMode ); }