I'm currently syncing a FileSyncProvider with a custom FullEnumerationSimpleSyncProvider bidirectionally.
If I rename a remote folder then sync, the FileSyncProvider reports that it renames the folder. However, what actually happens is that rather than rename the folder it just creates a new folder with the new name. The FileSyncProvider is not reporting that
it is creating a new folder.
Any thoughts on why this is happening?