NSFileProviderReplicatedExtension trigger folder enumerate on content modification date change

Hello,

Is there a way to trigger a NSFileProviderReplicatedExtension extension to automatically re-enumerate a folder when it's contentModificationDate or childItemCount has changed ?

I can see that the folder item gets re-updated with the "item" call every time I enter a folder but the meta-data changes ( date / count ) won't trigger the folder to be "refreshed" which I would expect in order to keep my file-system in sync without the requirement for the signalEnumerator call which cannot happen when off-line.

Thanks,

NSFileProviderReplicatedExtension trigger folder enumerate on content modification date change
 
 
Q