Hi! I am just experimenting with MacFuse and am trying to write a small example-FS. Coming from the HelloFS Objective C example, and highly influenced from the SpotlightFS-Code, read support is just fine and works. Now I am trying to implement write support. File creation works, but i have problems with:
- (int)writeFileAtPath:(NSString *)path handle:(id)handle buffer: (const char *)buffer size:(size_t)size offset:(off_t)offset; I assume that the data to write is in "buffer" with size of "size", and i have to put it at "offset" of "path". What is handle? Is there a place where i can find documentation about the various function of FUSEFileSystem.h/.m? Greetings, Philipp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" 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-devel?hl=en -~----------~----~----~----~------~----~------~--~---
