mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-02 20:24:26 -07:00
sanitize song folder name
This commit is contained in:
@@ -89,4 +89,9 @@ public static class Utils
|
||||
return (bool)_ffmpegAvailable!;
|
||||
}
|
||||
}
|
||||
|
||||
public static string RemoveInvalidFileNameChars(string filename)
|
||||
{
|
||||
return string.Concat(filename.Split(['/', '\\', '\"', '\'']));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user