Greetings,
While developing an application that makes use of the Windows CldApi I have come to a situation where placeholder files/directories would become corrupt. Any attempt to work on them either through the Windows File Explorer or programmatically (via methods of the CldApi or Windows File api) results in the error message or exception (when doing this in code) : "The cloud file metadata is corrupt and unreadable", which seems to be Win32Error 363 - ERROR_CLOUD_FILE_METADATA_CORRUPT.
While I am still trying to find out what combination of events has lead to corrupting reparse data (I believe) I have not found a way to resolve the corruption, i.e. I cannot even delete the place holder files/folders under question.
I'd appreciate any pointers as to what mechanisms I could use to at least be able to delete the offending placeholders?
Regards,
Stefan