I want to exclude a subdirectory called 'images' found in my files/blog/images path. However there is also a folder called 'images' in my files/images path. How can I specify just excluding the first images folder?

If I exclude 'images' then both are gone, if I exclude 'blog/images' then both remain. It seems that the exclude box excludes any directory that has that name regardless of relative path.

Comments

adrift73’s picture

I have the same problem. It would be great if you could specify the directory (starting from Drupal installation folder), such as sites/default/files/images . Ideally this would be combined with wildcard support http://drupal.org/node/974590 . That way you could get also exclude any file with specified name (*/images)