Before posting, and to avoid disappointment, please read the following:

  • This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
  • If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.

Add Filter by Folder Name

For technical support visit https://support.2brightsparks.com/
Post Reply
DanOnline
Newbie
Newbie
Posts: 8
Joined: Thu Jun 07, 2018 1:38 pm

Add Filter by Folder Name

Post by DanOnline »

After scouring this forum, I'm still unable to get this to work.

I want to copy all folders that contain a given name *anywhere* in the file's full path name. When I add this:

Code: Select all

*/
*/My Folder Name/*
to the "include" filters, no files are selected.

I'm running version: 8.9.15.0 (64 bit) / Windows 10

Thank you.
mmullins_98
Expert
Expert
Posts: 240
Joined: Wed Jun 05, 2019 11:40 am

Re: Add Filter by Folder Name

Post by mmullins_98 »

I think what you want is:

*\
*\My Folder Name*\*

Note the * after My Folder Name.
Post Reply