diff --git a/SMBLibrary/Server/Helpers/NTFileSystemHelper.Find.cs b/SMBLibrary/Server/Helpers/NTFileSystemHelper.Find.cs index d2150bd..1c55fee 100644 --- a/SMBLibrary/Server/Helpers/NTFileSystemHelper.Find.cs +++ b/SMBLibrary/Server/Helpers/NTFileSystemHelper.Find.cs @@ -82,6 +82,7 @@ namespace SMBLibrary.Server } else { + path = FileSystem.GetDirectoryPath(path); entry = fileSystem.GetEntry(path + expression); if (entry == null) {