I have a simple VFS that projects a few levels of directory happily (i.e. they appear in Finder). I've used the writable template to do this, and expected "createDirectoryAtPath" to be called then I do "New Folder" in Finder in one of these directories. Instead I get the beachball, with no recovery until I quit my app (in which case Finder says "Unexpected error" and _appears_ to recover).
I'm assuming this is a sin of omission on my part (somewhere I'm no making an appropriate return in my delegate), but so far this is eluding me - after all things seem to work right up to the point I ask for the new folder. BTW, I'm being asked for the attributes of a range of files that don't exist in my FS: /mach_kernel /DCIM /.Spotlight-V100 /Backups.backupdb /.DS_Store etc. I'm just returning nil for these (with the ENOENT error) as per the xcode template, though for files I recognise I return (at least) the NSFileType attribute, per the docs. Is it safe to handle these files this way (I assume it's also normal to be getting these requests)? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
