Quote:
Originally Posted by isarl
Cribbing from David's answer above, I would expect this to work, but am not currently able to test:
Code:
[FeatureSettings]
ExcludeSyncFolders=\\.kobo/screensaver_old
The only real magic here is using a backslash to escape the dot to make it a literal period and not any character, and a second backslash to escape the first one so it reaches the regex engine intact.
|
Thanks, can confirm this works perfectly