Differences
This shows you the differences between the selected revisions of the page.
2018-02-20 | 2018-04-05 | ||
5.13 RemotePath class (martin) | no summary (209.249.148.143) (hidden) (untrusted) | ||
Line 52: | Line 52: | ||
# Download succeeded, remove file from source | # Download succeeded, remove file from source | ||
$filename = [WinSCP.RemotePath]::EscapeFileMask($download.FileName) | $filename = [WinSCP.RemotePath]::EscapeFileMask($download.FileName) | ||
+ | |||
+ | #So what form does $filename take here? Globbing patterns? Directory? What? | ||
$removalResult = $session.RemoveFiles($filename) | $removalResult = $session.RemoveFiles($filename) | ||