Skip to content

Move PathParser::EFileType and its associated methods outside of OvTools #358

@adriengivry

Description

@adriengivry

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    RefactoringSomething that needs a refactoring

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions