Differences
This shows you the differences between the selected revisions of the page.
2017-05-12 | 2017-10-04 | ||
script_downloading_when_done_file_exists (martin) | using variable expansion in strings in powershell (martin) | ||
Line 13: | Line 13: | ||
if ($session.FileExists($remotePath)) | if ($session.FileExists($remotePath)) | ||
{ | { | ||
- | Write-Host ("File {0} exists" -f $remotePath) | + | Write-Host "File $remotePath exists" |
} | } | ||
</code> | </code> |