Hi I am trying to implement a writable file system. Initially when using MacFUSE 1.7, when I dragged a new file to the FS, createFileAtPath was getting called. After switching to 2.0, when I do the same operation, createFileAtPath is not called. Instead first I get a prompt saying the file already exists and then the operation fails. The file is created momentarily. But then later it is deleted (I guess thats because the finder rollsback the operation)
Using the debug option shows that the attributesOfItemAtPath returns proper errors initially when it is called when the file does not exist yet). But even then createFileAtPath is not called and I get the prompt that the file exists. Can someone please tell me where I could be going wrong? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
