diff --git a/Test/Program.cs b/Test/Program.cs index 5743b148..8de58cbb 100644 --- a/Test/Program.cs +++ b/Test/Program.cs @@ -23,7 +23,7 @@ namespace Test } // Loop through the input paths - foreach (string inputPath in args) + foreach (string inputPath in options.InputPaths) { #if NETFRAMEWORK PrintPathInfo(inputPath, false, options.Debug);