mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, FileTools] Only files in input folders should be sorted. Everything else has to keep order.
This commit is contained in:
@@ -825,9 +825,6 @@ namespace SabreTools.Helper.Dats
|
||||
// Make sure there are no folders in inputs
|
||||
List<string> newInputFileNames = FileTools.GetOnlyFilesFromInputs(inputPaths, maxDegreeOfParallelism, logger, appendparent: true);
|
||||
|
||||
// Sort the list first
|
||||
newInputFileNames = Style.OrderByAlphaNumeric(newInputFileNames, s => s).ToList();
|
||||
|
||||
// If we're in inverse cascade, reverse the list
|
||||
if ((diff & DiffMode.ReverseCascade) != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user