Differences
This shows you the differences between the selected revisions of the page.
2015-12-17 | 2016-01-06 | ||
scripting#using_scripting (martin) | Session.EnumerateRemoteFiles alternative (martin) | ||
Line 19: | Line 19: | ||
See complete [[library_session_fileexists#powershell|PowerShell example for Session.FileExists]]. | See complete [[library_session_fileexists#powershell|PowerShell example for Session.FileExists]]. | ||
- | If you are not looking for a specific file, but for any file matching a mask (e.g. ''*.txt''), you need to use ''Session.ListDirectory'' and [[library_example_listing_files_matching_wildcard|query returned list of files]]. | + | If you are not looking for a specific file, but for any file matching a mask (e.g. ''*.txt''), you need to use ''Session.ListDirectory'' and [[library_example_listing_files_matching_wildcard|query returned list of files]]. //In the latest beta version//, you can use ''[[library_session_enumerateremotefiles|Session.EnumerateRemoteFiles]]'' instead. &beta |
~~AD~~ | ~~AD~~ |