Filter (12)

Bulk Rename Utility How-To's

Filter (12)

Postby wingfield65 » Fri Apr 15, 2022 3:42 am

Hello,

new users here that does not know java. how do I use filters(12) to filter by file name. would like whatever java I need to include such that I can simply change text as needed. (example : give me all files that include "david" or all files that include "TX Dallas"

thank you,

david
wingfield65
 
Posts: 4
Joined: Fri Apr 15, 2022 3:38 am

Re: Filter (12)

Postby StraightShooter » Fri Apr 15, 2022 4:05 pm

The same thing happened to me, but it was because I had accidentally removed some file extensions. You might want to check the same.
StraightShooter
 
Posts: 5
Joined: Sat Mar 21, 2020 9:27 am

Re: Filter (12)

Postby therube » Tue Apr 19, 2022 9:09 pm

Would *david* be sufficient?

12:Filters
Code: Select all
Mask:  *david*

Code: Select all
Mask:  *TX*Dallas*
therube
 
Posts: 1310
Joined: Mon Jan 18, 2016 6:23 pm

Re: Filter (12)

Postby wingfield65 » Thu Apr 28, 2022 2:47 pm

thank you therube. I didn't realize that the filter worked with standard masking. thought it only used java.
wingfield65
 
Posts: 4
Joined: Fri Apr 15, 2022 3:38 am


Return to How-To