View Single Post
Old 01-23-2021, 07:00 PM   #493
kannalo
Junior Member
kannalo began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2021
Device: Kobo Clara HD
Quote:
Originally Posted by gogu1904 View Post
It's a regular expression syntax. Your sequence is correct not to work the way you expect. Try the following:

ExcludeSyncFolders=(\\.(?!kobo|adobe).+|Manga.+|([^.][^/]*/)+\\..+)

This should ignore /Manga .
Awesome thankyou

Will this work for Documents/Manga?

ExcludeSyncFolders=(\\.(?!kobo|adobe).+| Documents/Manga.+|([^.][^/]*/)+\\..+)

Last edited by kannalo; 01-23-2021 at 07:02 PM.
kannalo is offline   Reply With Quote