Reputation: 194
I am trying to implement a virtual drive using a Cloud Files API. I can not make Delete operation to work. For some reason the CF_CALLBACK_TYPE_NOTIFY_DELETE callback is called twice.
I have build two samples in C++ and in C# using two different approaches and in both cases I have the same results:
This behavior is somewhat confusing. Can anybody explain why this happening and what should I do inside the second call? Can I somehow distinguish them and ignore one of these calls?
Upvotes: 4
Views: 145
Reputation: 101
I reproduced this issue in Windows File Manager, but when I did "delete" operation in Powershell there was no the problem. So this probably bug or some limitation of Windows File Manager.
Upvotes: 4