Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-09 | 2013-05-09 | ||
| use /xmllog for xml logging explicitly (martin) | using .net assembly (martin) | ||
| Line 212: | Line 212: | ||
| ===== [[checking_file_existence]] Checking file existence ===== | ===== [[checking_file_existence]] Checking file existence ===== | ||
| - | &deprecated_use_net //Particularly, use method ''[[library_session_fileexists|Session.FileExists]]''.// | + | ==== Using WinSCP .NET Assembly ==== |
| + | Use method ''[[library_session_fileexists|Session.FileExists]]'' from [[library|WinSCP .NET assembly]]. | ||
| + | If you do not have your favourite language, use PowerShell. See [[library_session_fileexists#powershell|PowerShell example for Session.FileExists]]. | ||
| + | |||
| + | ==== Using WinSCP Scripting and XML Logging from JScript ==== | ||
| You may use following [[guide_automation_advanced#wsh|Windows script host JavaScript code]] (''example.js''): | You may use following [[guide_automation_advanced#wsh|Windows script host JavaScript code]] (''example.js''): | ||