Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Beos extended attributes

From: davidegessi:tin:it at: 1-Sep-2003 3:59

>re: Beos extended attributes >There is an article about accessing the BEOS filesystem attributes with rebol. Unfortunately (for you) it's in French and it's a PDF file. But you can copy/paste to a web translator. > >In brief, its based on a Rebol client and server with a/some shell scripts to access the attributes. > >Perhaps it will help. > >http://www.rebolfrance.net/articles/beos/beos_database.pdf >
Thanks, nice article... but using a client/server approach is a bit complex for what I have in mind (using rebol for tracker addons). Sadly one feedback from Rebol HQ ufficially told me that: open/custom %myfile [fork "name"] works only in mac os... it would be so easy ! Davide