mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Allow wildcarded paths for inputs
This commit is contained in:
@@ -55,7 +55,7 @@ namespace SabreTools.Library.IO
|
||||
public static bool HasValidArchiveExtension(string path)
|
||||
{
|
||||
// Get the extension from the path, if possible
|
||||
string ext = PathExtensions.GetNormalizedExtension(path);
|
||||
string ext = GetNormalizedExtension(path);
|
||||
|
||||
// Check against the list of known archive extensions
|
||||
switch (ext)
|
||||
|
||||
Reference in New Issue
Block a user