The problem was between the keyboard and the chair. I was reading the header for trunk but coding to 1.7.
On Nov 2, 7:25 pm, Jason8 <[EMAIL PROTECTED]> wrote: > Disregard that error message from my previous post, that was of the > value I returned from the funciton call. > > So my problem stands, for some reason, MacFUSE is calling > removeItemAtPath for a folder/directory and not removeDirectoryAtPath. > Maybe I need to set other POSIX attributes? > > On Nov 2, 6:44 pm, Jason8 <[EMAIL PROTECTED]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
