Page 1 of 1

Excluding specific extension from specific subfolder

Posted: 2017-01-03, 14:56 UTC
by Reza
Hi all,

In Sync Dirs, Is there any way to exclude files with specific extension from a specific folder?
Now this below doesn't work in version 8.52a:

Code: Select all

| bin\*.xml

Actually by this pattern I want to include all *.xml files except ones are in bin\ subfolder.

If not, it can be suggestion :wink:

Thnx++

Posted: 2017-01-05, 11:26 UTC
by ghisler(Author)
No, currently not. It's unclear whether bin\*.xml shoud exclude files only from subfolder "bin" or also from any folder named "bin" in other subfolders (as when using bin\).