| 245 | |
| 246 | |
| 247 | const char *CStringEdPackage::ExtractLanguageFromPath( const char *psFileName ) |
| 248 | { |
| 249 | return Filename_WithoutPath( Filename_PathOnly( psFileName ) ); |
| 250 | } |
| 251 | |
| 252 | |
| 253 | void CStringEdPackage::SetupNewFileParse( const char *psFileName, SE_BOOL bLoadDebug ) |
no test coverage detected