Differences
This shows you the differences between the selected revisions of the page.
2015-09-02 | 2015-09-02 | ||
bug 1354 (martin) | CombinePaths + TranslateRemotePathToLocal (martin) | ||
Line 38: | Line 38: | ||
* Change: The ''RemoteFileInfo.Name'' now contains a name only, even for a ''RemoteFileInfo'' instance returned by the ''Session.GetFileInfo''. | * Change: The ''RemoteFileInfo.Name'' now contains a name only, even for a ''RemoteFileInfo'' instance returned by the ''Session.GetFileInfo''. | ||
* Added properties ''IsThisDirectory'' and ''IsParentDirectory'' to ''RemoteFileInfo'' class | * Added properties ''IsThisDirectory'' and ''IsParentDirectory'' to ''RemoteFileInfo'' class | ||
+ | * Added ''Session.CombinePaths'' utility method as remote path equivalent of ''Path.Combine''. | ||
+ | * Added ''Session.TranslateRemotePathToLocal'' to generate a local path equivalent of a remote path, given root paths. | ||
* Change: Deprecating ''Session.DefaultConfiguration'' in favor of ''Session.AddRawConfiguration''. | * Change: Deprecating ''Session.DefaultConfiguration'' in favor of ''Session.AddRawConfiguration''. | ||
* Rotating XML logs produced for .NET assembly to optimize performance. [[bug>1287]] | * Rotating XML logs produced for .NET assembly to optimize performance. [[bug>1287]] |