Fix getting new file in NavigablePath

I should sleep more
This commit is contained in:
2019-07-21 17:22:27 +02:00
parent eb0d9c8847
commit d77bff4531

View File

@@ -137,7 +137,7 @@ namespace DearFTP.Utils
return (tempNavigablePath, null); return (tempNavigablePath, null);
} }
return (tempNavigablePath, Path.Combine(GetRealPath(), split.Last())); return (tempNavigablePath, Path.Combine(tempNavigablePath.GetRealPath(), split.Last()));
} }
public IEnumerable<string> GetDirectories() public IEnumerable<string> GetDirectories()