Fix getting new file in NavigablePath
I should sleep more
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user