Differences
This shows you the differences between the selected revisions of the page.
2016-03-07 | 2016-07-29 | ||
library_session_getfiles#example => library_example_check_existence_timestamp + fixing vblink on the way (martin) | 5.9 stable released (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]]. //In the latest beta version//, you can use ''[[library_session_enumerateremotefiles|Session.EnumerateRemoteFiles]]'' instead. &beta | + | If you are not looking for a specific file, but for any file matching a mask (e.g. ''*.txt''), you can use the ''[[library_session_enumerateremotefiles|Session.EnumerateRemoteFiles]]''. |
~~AD~~ | ~~AD~~ |