FindEntries will now properly handle directory path without backslash termination

This commit is contained in:
Tal Aloni 2017-02-01 23:17:21 +02:00
parent 88204faf9b
commit e597bd082a

View file

@ -82,6 +82,7 @@ namespace SMBLibrary.Server
}
else
{
path = FileSystem.GetDirectoryPath(path);
entry = fileSystem.GetEntry(path + expression);
if (entry == null)
{