Replace invalid characters when extracting ZIP
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
44ea8cd885
commit
8056a2fa46
3 changed files with 20 additions and 6 deletions
|
@ -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 "!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue