浏览代码

EnumerateRemoteFile mask test

Source commit: 89c19fdad0baa03d82314bf55f53184c09311f1b
Martin Prikryl 7 年之前
父节点
当前提交
f33d9b2db5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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