The Setup
Win10 FFS 12.5
The location being synced is from a NAS (N:) to a local drive (L:)
Folder pair
Left - N:\
Right - L:\
Filter
Include: "\lorem\ipsum\dolor\" - note, NO include "*" (wildcard)
Exclude: the usual
NAS permissions
N:\lorem\ipsum\ - not allowed to access
N:\lorem\ipsum\dolor\ - allowed to access
in windows explorer, trying to access \ipsum\ will give an error, trying to access \dolor\ will be fine.
The error
When running FFS I get this error
Error: Cannot open directory "N:\lorem\ipsum".
ERROR_ACCESS_DENIED: Access is denied. [DirReaderPlus]
and \dolor\ does not get synced at all even though it should be accessible
Expected behaviour
FFS should not be trying to check \ipsum\, or ignore the error, and should be syncing \dolor\
Thanks!