Page 1 of 1

deleting folders

PostPosted: Mon Jul 04, 2011 10:35 pm
by phusion
Happy 4th NB guys:

Was wondering if the following is possible:
Using NB's "Enable post Unrar filter" option I would like to create a filter that deletes folders:
"Samples" and "Covers" (and of course the files in these folders).
Is there a way to delete entire folders?

thanks
:D

Re: deleting folders

PostPosted: Mon Jul 04, 2011 11:35 pm
by Quade
Not without new code. I can make a note to think about it. I'm always reluctant to delete folders because, if you use a common folder for anything, it's always possible the wrong thing will get deleted.

Re: deleting folders

PostPosted: Tue Jul 05, 2011 12:02 pm
by phusion
Thanks for the answer Quade.

Can you please tell me how to filter for an AVI file with the word "sample" in the file name.
for example: xyzsample.avi or samplexyz.avi

thanks
:D

Re: deleting folders

PostPosted: Tue Jul 05, 2011 12:05 pm
by Quade
sample.*[.]avi

Should do it.

Re: deleting folders

PostPosted: Mon Jul 11, 2011 4:13 pm
by FrizzleFry
I use:

.*sample.*[.]avi$

in my global filename reject filter...

If you are using a subject filter then do not use the $ at the end.