Adam Wells writes:
> You can access the resource fork of any file by appending 
> "/..namedfork/rsrc" to its name.

>From /usr/include/sys/paths.h:

  * Provides support for system wide forks */
  #define _PATH_FORKSPECIFIER    "/..namedfork/"
  #define _PATH_DATANAME         "data"
  #define _PATH_RSRCNAME         "rsrc"
  #define _PATH_RSRCFORKSPEC     "/..namedfork/rsrc"

(this is all heavily ifdefed to be "Apple only, stay the hell out
everyone else" :-)

Nat

Reply via email to