The tooltip for “Include only folders” in property settings says:
And the examples all have full paths with backslashes:Include a backslash (\) to match full paths and filenames.
Otherwise, match name only.
Example: C:\Downloads;D:\My Documents;E:\
- I imagine the sans-backslash case is like to include folders named “foo”, “foob”, etc. anywhere they're found.
foo* - Would include a “bar” folder in a “foo” folder, wherever “foo” is found? Or does an entry with a backslash have to be a full path?
foo\bar - Are trailing backslashes permitted? Ignored? I note that the list management GUI does not include them when adding a folder.
- What about specifying an entire drive? (no backslash) is the full path, but I guess it's also the folder name. So would
G:andG:work the same?G:\ - I assume all the (relevant) answers are the same for “Include only files”?