Hi, I'm writing an excutable by leverage of Microsoft.Synchronization.Files.FileSyncProvider, and I got confused with some phenomenons.
1) most renamed files will result in a single action of ChangeType.Rename, but some renamed files will result in 2 actions, ChangeType.Delete and ChangeType.Create. I can't figure out what's the difference between these files, are there any rules about involved actions?
2) Could the filesync.metadata be interpreted as readable? or deserialized by any method?
Thanks a lot,
Lennts.