mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 10:47:48 +02:00
FindEntries will now properly handle directory path without backslash termination
This commit is contained in:
parent
88204faf9b
commit
e597bd082a
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ namespace SMBLibrary.Server
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
path = FileSystem.GetDirectoryPath(path);
|
||||||
entry = fileSystem.GetEntry(path + expression);
|
entry = fileSystem.GetEntry(path + expression);
|
||||||
if (entry == null)
|
if (entry == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue