warrenfalk / rocksdb-sharp

.net bindings for the rocksdb by facebook
Other
206 stars 65 forks source link

Can't delete checkpoint directory (Windows) #60

Closed bill3code closed 5 years ago

bill3code commented 5 years ago

Can't delete checkpoint directory from C# (Net Core 2.1/2.2) code. I can move/set attributes but can't delete or rewrite .sst files. P.S. Process have all permission. I can easily delete it from explorer.

bill3code commented 5 years ago

I close the issue. I used checkpoints incorrectly.