Differences
This shows you the differences between the selected revisions of the page.
| 2014-06-12 | 2014-12-23 | ||
| using Add-Type cmdlet instead of Assembly.LoadFrom method (martin) | param is a keyword (martin) | ||
| Line 235: | Line 235: | ||
| function FileTransferred | function FileTransferred | ||
| { | { | ||
| - | Param($e) | + | param($e) |
| if ($e.Error -eq $Null) | if ($e.Error -eq $Null) | ||