Replace invalid characters when extracting ZIP

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2024-04-05 23:12:31 +01:00
parent 44ea8cd885
commit 8056a2fa46
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
3 changed files with 20 additions and 6 deletions

View file

@ -342,6 +342,8 @@ QString NormalizePath(QString path);
QString RemoveInvalidFilenameChars(QString string, QChar replaceWith = '-');
QString RemoveInvalidPathChars(QString string, QChar replaceWith = '-');
QString DirNameFromString(QString string, QString inDir = ".");
/// Checks if the a given Path contains "!"