On Wed, Dec 3, 2008 at 11:56 AM, Jason8 <[EMAIL PROTECTED]> wrote: > > Hi: > > In createFileAtPath I'd like to know the size of the file I'm > creating, or in writeFileAtPath the size of the file I'm writing. Is > it possible to get this information in either of these delegates?
No. At the BSD layer, when you create a file and starting appending data to it you don't inform the operating system how big the file will eventually be. Since MacFUSE is really implementing a file system, it is bound to the same BSD/POSIX model. ted > > J. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
