On Nov 6, 2007 5:48 AM, Dipsy Po <[EMAIL PROTECTED]> wrote: > I am not sure if it is possible to read "resource fork" with POSIX API at > all. It may need to use some lower level system calls to get the "resource > fork" of a file. If this is possible, then implementing "resource fork" > support can solve the problem.
It should be possible to read them with getxattr(2): http://developer.apple.com/documentation/Darwin/Reference/Manpages/man2/getxattr.2.html _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
