Problem this feature should fix
Currently, OvTools has a few utility functions:
PathParser::GetFileType
PathParser::FileTypeToString
that are working with a given EFileType. However, OvTools shouldn't be aware of the types of resources that are in the application that uses it.
Expected solution
- These methods should be moved to
OvCore.
- Both of these methods should be updated to work with valid extensions returned by the
IScriptEngine.