After removing the ) from the foldernames, try this shorter code:
I'm a bit "worried" about the foldernames that include a "-" as typically a "-" in regular expressions is written as "\-".
But as the code written by void already works, this should be no problem after all.
Code:
*.doc;*.docx;*.pdf;*.txt;*.xls;*.xlsx;*.ods;*.odt;*.ott;*.scrivx;*.csv;*.ics;*.rtf;*.eml;*.srt;regex:^I:\\Downloads\\.*\.(html|htm|mhtml)$;regex:^I:\\Eigene Dateien\\(Not - An txt-Dateien\\|Re - Fre\\BaDiKo\\comd\\KoVer\\|MaCoKo\\|Rez\\).*\.(html|htm|mhtml)$;regex:^I:\\Eigene Dateien\\Not - An txt-Dateien\\[^.]*$;
But as the code written by void already works, this should be no problem after all.
Statistics: Posted by NotNull — Thu Jan 30, 2025 6:40 pm