osxfuse / filesystems

Example file systems
379 stars 94 forks source link

Problem with deleting .docx files #36

Open andreipro1002 opened 4 years ago

andreipro1002 commented 4 years ago

Hello, It seems to be a problem with deleting the .docx files using the LoopbackFS sample project on OSX Catalina. When deleting the .docx file, the callback removeItemAtPath is not called, and after the file is gone, a temp file .fuse_hidden0000 appears in the same directory. Do you know any solutions for this? Thanks in advance.