Browse Source

EnumerateRemoteFile mask test

Source commit: 89c19fdad0baa03d82314bf55f53184c09311f1b
Martin Prikryl 6 years ago
parent
commit
f33d9b2db5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dotnet/Session.cs

+ 1 - 1
dotnet/Session.cs

@@ -661,7 +661,7 @@ namespace WinSCP
             }
         }
 
-        private static Regex MaskToRegex(string mask)
+        internal static Regex MaskToRegex(string mask)
         {
             if (string.IsNullOrEmpty(mask) ||
                 // *.* has to match even filename without dot