ResultAllInOneSubdirectoryLength
This commit is contained in:
@ -160,6 +160,7 @@ public class MoveById
|
||||
List<string> allFiles = GetAllFiles(matchNginxCollection);
|
||||
ProgressBar progressBar = new(allFiles.Count, message, options);
|
||||
List<string> toDoCollection = GetToDoCollection(progressBar, allFiles);
|
||||
progressBar.Dispose();
|
||||
List<(string, string)> moveCollection = new();
|
||||
foreach (string file in toDoCollection)
|
||||
{
|
||||
@ -179,7 +180,6 @@ public class MoveById
|
||||
continue;
|
||||
File.Move(from, to);
|
||||
}
|
||||
progressBar.Dispose();
|
||||
return results;
|
||||
}
|
||||
|
||||
|
@ -64,6 +64,7 @@
|
||||
"PopulatePropertyId": true,
|
||||
"PropertiesChangedForProperty": false,
|
||||
"ResultAllInOne": "_ _ _",
|
||||
"ResultAllInOneSubdirectoryLength": 2,
|
||||
"ResultCollection": "[]",
|
||||
"ResultContent": "()",
|
||||
"ResultSingleton": "{}",
|
||||
|
Reference in New Issue
Block a user