BAndysc/WoWDatabaseEditor

[Feature] Detecting if DBC path is valid

Open

#30 opened on Feb 1, 2021

 (0 comments) (0 reactions) (0 assignees)C# (168 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (561 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. Currently user can put any path in DBC textbox and WDE will silently fail if the path do not contain valid DBC.

Describe the solution you'd like Before saving, it should try to detect if path contains valid dbc. Checking for required files (without looking into the content) is enough.

Contributor guide