Hi:

The directory has one file that gets deleted on the first pass. On the
second it tries to delete the directory. This is the error message I
get:

"The operation could not be completed because you do not have
sufficient privileges for some of the items."

I step through with the debugger so I'm sure the second iteration is
the directory.


On Nov 2, 3:47 pm, "Sam Moffatt" <[EMAIL PROTECTED]> wrote:
> Are you sure its not trying to delete something in the directory? If
> you've looked at the folder in Finder there will likely be a .DS_Store
> file inside, are you sure that it isn't being deleted first?
>
> On Mon, Nov 3, 2008 at 9:28 AM, Jason8 <[EMAIL PROTECTED]> wrote:
>
> > Hi:
>
> > I'm had good luck developing a MacFUSE FS so far but have run into
> > two, small challenges:
>
> > 1. I can interact with the FS from the finder just fine, but I can't
> > see anything at the command line level. What did I miss?
>
> > 2. When I delete a folder (directory) my removeItemAtPath gets called,
> > not my removeDirectoryAtPath. For attributesOfItemAtPath I set the
> > POSIX permissions to 511 and NSFileTypeDirectory. Do I need to be
> > setting something else?
>
> > Thanks,
> > Jason.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to