Differences
This shows you the differences between the selected revisions of the page.
2014-08-04 | 2014-08-04 | ||
american spelling (martin) | american spelling + typo (martin) | ||
Line 376: | Line 376: | ||
Use method ''[[library_session_fileexists|Session.FileExists]]'' from [[library|WinSCP .NET assembly]]. | Use method ''[[library_session_fileexists|Session.FileExists]]'' from [[library|WinSCP .NET assembly]]. | ||
- | If you do not have your favourite language, use [[library_powershell|PowerShell]]: | + | If you do not have your favorite language, use [[library_powershell|PowerShell]]: |
<code powershell> | <code powershell> | ||
Line 473: | Line 473: | ||
</code> | </code> | ||
- | Following batch file shown how to continue with processing based on file exitence: | + | Following batch file shown how to continue with processing based on file existence: |
<code> | <code> | ||
cscript /nologo example.js | cscript /nologo example.js |