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

[REBOL] Re: Is there a GUI FTP Client in REBOL

From: jasonic:panix at: 14-Nov-2001 12:35

Nenad Rakocevic <[dockimbel--free--fr]> wrote
> This should help : http://www.rebol.com/docs/core25.html (section 1.2
Modes Available) aha.. thanks <quote> owner-read, owner-write, owner-delete, owner-execute, group-read, group-write, group-delete, group-execute, world-read, world-write, world-delete, world-execute: REBOL logic. All -read, -write and -execute modes are available in Unix, BeOS, QNX and Elate. owner-read, owner-write, owner-execute and owner-delete are available in AmigaOS. All group- and world- modes are available in AmigaOS >=V39. owner-write is also available in Windows (mapped to the inverse of the Windows "read-only" bit). </quote> But how do you set them? - Jason