Differences
This shows you the differences between the selected revisions of the page.
2016-08-12 | 2016-10-05 | ||
5.9.1 Change: Session.EnumerateRemoteFiles does not throw when reading subdirectory fails (martin) | no summary (46.177.29.108) (hidden) | ||
Line 11: | Line 11: | ||
</code> | </code> | ||
- | ==== Parameters ==== | + | |
- | ^ Name ^ Description ^ | + | |
- | | string path | Full path to root remote directory to start enumeration in. | | + | |
- | | string mask | Windows wildcard to filter files.((The Windows wildcard supports ''*'' and ''?'' only.)) To select all files, use ''null''. | | + | |
- | | EnumerationOptions options | Enumeration options set. \\ Possible values are: \\ ''EnumerationOptions.None'' - Enumerate matching files only. Do not recurse. \\ ''EnumerationOptions.AllDirectories'' - Recurse into subdirectories. \\ ''EnumerationOptions.MatchDirectories'' - Enumerate also matching directories. Cannot be combined with ''EnumerationOptions.EnumerateDirectories''. \\ ''EnumerationOptions.EnumerateDirectories'' - Enumerate also all directories. Must be used with ''EnumerationOptions.AllDirectories''. Cannot be combined with ''EnumerationOptions.MatchDirectories''. | | + | |
==== Return Value ==== | ==== Return Value ==== |