Differences

This shows you the differences between the selected revisions of the page.

2017-10-03 2017-10-03
using variable expansion in strings in powershell (martin) code wrapping for new design (martin)
Line 51: Line 51:
                Write-Host "Download of $($download.FileName) succeeded, removing from source"                 Write-Host "Download of $($download.FileName) succeeded, removing from source"
                # Download succeeded, remove file from source                 # Download succeeded, remove file from source
-                $removalResult = $session.RemoveFiles($session.EscapeFileMask($download.FileName))+                $removalResult = 
 + ···················$session.RemoveFiles($session.EscapeFileMask($download.FileName))
                if ($removalResult.IsSuccess)                 if ($removalResult.IsSuccess)

Last modified: by martin