mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: memfs-dotnet: ReadDirectoryEntry: properly handle Marker
This commit is contained in:
parent
0ebae0adc1
commit
d18a2c8b75
@ -172,7 +172,7 @@ namespace memfs
|
||||
MaxName = FileNode.FileName + "]";
|
||||
}
|
||||
if (null != Marker)
|
||||
MinName = FileNode.FileName + Marker;
|
||||
MinName += Marker;
|
||||
foreach (String Name in Set.GetViewBetween(MinName, MaxName))
|
||||
if (Name != MinName &&
|
||||
Name.Length > MaxName.Length && -1 == Name.IndexOfAny(Delimiters, MaxName.Length))
|
||||
|
Loading…
x
Reference in New Issue
Block a user