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

[REBOL] Re: PostgreSQL?

From: jeff::rebol::net at: 30-Oct-2001 18:06

> << On a kinda of related topic, does REBOL unnderstand > BeOS's file attributes, cna it read and write to the > attributes? >> > > The info? function returns them, though I don't run BeOS > here, but I don't think you can set them from REBOL. Would > be nice, but I don't think you can.
The set-modes/get-modes interface allows you to set and get various file attributes (as well as many other nifty things). Check out the top of the core 2.5 release notes: http://www.rebol.com/docs/core25.html -jeff