Hello
Please add the ability to filter full paths or subfolders and files separately. I have a lot of tiny source codes. I'd like to discard any subfolders used at compile time, and I don't want to specify new subfolders separately.
Regards
Subfolder filtering
-
- Posts: 15
- Joined: 01 Nov 2021, 20:39
Re: Subfolder filtering
I must be doing something wrong or it doesn't work. Can you describe how to do it?
Re: Subfolder filtering
Can you describe exactly what you want to exclude?
--
Luis Cobian
Cobian Backup's creator
Luis Cobian
Cobian Backup's creator
-
- Posts: 15
- Joined: 01 Nov 2021, 20:39
Re: Subfolder filtering
Hello
All subfolders: bin, obj incl. subfolders.
W:\MAKRA\_POLIGON\C#\ROZNE
├───AC2013+
│ ├───wstawRysunkiJakoBloki
│ ├───zawijanieRysunkuWzdluzPolilinii
│ │ └───zawijanieRysunkuWzdluzPolilinii
│ │ ├───bin
│ │ │ ├───Debug
│ │ │ └───Release
│ │ │ └───Confused
│ │ ├───obj
│ │ │ ├───Debug
│ │ │ │ └───TempPE
│ │ │ └───Release
│ │ │ └───TempPE
│ │ └───Properties
│ └───zwinRysunek
│ └───zwinRysunek
│ ├───bin
│ │ ├───Debug
│ │ └───Release
│ │ ├───Confused
│ │ └───pl-PL
│ ├───obj
│ │ ├───Debug
│ │ │ └───TempPE
│ │ └───Release
│ │ └───TempPE
│ └───Properties
All subfolders: bin, obj incl. subfolders.
W:\MAKRA\_POLIGON\C#\ROZNE
├───AC2013+
│ ├───wstawRysunkiJakoBloki
│ ├───zawijanieRysunkuWzdluzPolilinii
│ │ └───zawijanieRysunkuWzdluzPolilinii
│ │ ├───bin
│ │ │ ├───Debug
│ │ │ └───Release
│ │ │ └───Confused
│ │ ├───obj
│ │ │ ├───Debug
│ │ │ │ └───TempPE
│ │ │ └───Release
│ │ │ └───TempPE
│ │ └───Properties
│ └───zwinRysunek
│ └───zwinRysunek
│ ├───bin
│ │ ├───Debug
│ │ └───Release
│ │ ├───Confused
│ │ └───pl-PL
│ ├───obj
│ │ ├───Debug
│ │ │ └───TempPE
│ │ └───Release
│ │ └───TempPE
│ └───Properties
Re: Subfolder filtering
--
Luis Cobian
Cobian Backup's creator
Luis Cobian
Cobian Backup's creator
-
- Posts: 15
- Joined: 01 Nov 2021, 20:39
Re: Subfolder filtering
I understand regular expressions a bit. I just don't know if there is total freedom in using them. I tried filtering the string "bin" and "obj", but they were still included. If filtering is done on whole paths, it should capture that string from the path.
Re: Subfolder filtering
They are still there but empty. This is a also a FAQ. Check "Ignore empty directories"
--
Luis Cobian
Cobian Backup's creator
Luis Cobian
Cobian Backup's creator
-
- Posts: 15
- Joined: 01 Nov 2021, 20:39
Re: Subfolder filtering
Would you add pure regular expressions to filter full paths? It will definitely help someone who knows regular expressions well. For example:
It can be as a separate item on the list of options to choose from.
Code: Select all
(\bbin\b)|(\bobj\b)|(___Release)|(\.dll$)
Last edited by badziewiak on 01 Apr 2023, 01:10, edited 2 times in total.
Re: Subfolder filtering
--
Luis Cobian
Cobian Backup's creator
Luis Cobian
Cobian Backup's creator