Differences
This shows you the differences between the selected revisions of the page.
2018-03-23 | 2018-04-09 | ||
Restored revision 1504112449. Undoing revision 1521830962. (martin) (hidden) | exclude mask use has the same restriction as combining masks (martin) | ||
Line 54: | Line 54: | ||
===== [[include_exclude]] Include and Exclude Masks ===== | ===== [[include_exclude]] Include and Exclude Masks ===== | ||
- | Mask can combine include and exclude mask separated by pipe (''|''). | + | Mask can combine include and exclude mask separated by pipe (''|''). You cannot use this in source parameters of [[scripting#commands|script commands]] and .NET assembly methods.((Note that this restriction does not apply to ''-filemask'' switch in scripting and ''[[library_transferoptions#filemask|TransferOptions.FileMask]]'' in .NET assembly.)) |
For example following mask includes all JPG and GIF images, but excludes those starting with ''2010'' and ''2011'': ''*.jpg; *.gif | 2010*; 2011*''. | For example following mask includes all JPG and GIF images, but excludes those starting with ''2010'' and ''2011'': ''*.jpg; *.gif | 2010*; 2011*''. |