Differences
This shows you the differences between the selected revisions of the page.
| 2015-08-25 | 2020-02-06 | ||
| script_custom_listing_format_csv (martin) | Grammar/clarity (164.119.6.37) | ||
| Line 1: | Line 1: | ||
| ====== RemoteDirectoryInfo Class ====== | ====== RemoteDirectoryInfo Class ====== | ||
| - | Represents data about remote directory. | + | Represents data about a remote directory. |
| ~~AD~~ | ~~AD~~ | ||
| Line 20: | Line 20: | ||
| ===== Remarks ===== | ===== Remarks ===== | ||
| - | Instance of the class can be created by the WinSCP assembly only. You can only get an instance of the class by calling ''[[library_session_listdirectory|Session.ListDirectory]]''. | + | This class can only be instantiated by the WinSCP assembly. To get an instance of the class, call ''[[library_session_listdirectory|Session.ListDirectory]]''. |
| ===== Example ===== | ===== Example ===== | ||