Bläddra i källkod

EnumerateRemoteFile mask test

Source commit: 89c19fdad0baa03d82314bf55f53184c09311f1b
Martin Prikryl 6 år sedan
förälder
incheckning
f33d9b2db5
1 ändrade filer med 1 tillägg och 1 borttagningar
  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) ||
             if (string.IsNullOrEmpty(mask) ||
                 // *.* has to match even filename without dot
                 // *.* has to match even filename without dot