-- -- The permissions passed to open have nothing to do with -- unix permissions at all - they only apply to internal -- REBOL restrictions on the use of the port. REBOL tries -- to open the file with the access methods you specify. -- If you request a form of access to the file that its -- unix permissions don't allow, the open will fail. -- so is the only thing we can do :? open/allow %/tmp/foo [write] or open/allow %/tmp/foo [read]
- [REBOL] official guide RChristiansen
- [REBOL] official guide Re: larry
- [REBOL] official guide Re:(2) peoyli
- [REBOL] official guide Re:(3) tf
- [REBOL] open/allow bciceron
- [REBOL] open/allow Re: brian . hawley
- [REBOL] open/allow Re:(2) whip
- [REBOL] open/allow Re:(3) Petr . Krenzelok
- [REBOL] open/allow Re:(2) bciceron
- [REBOL] open/allow Re:(2) brian . hawley
- [REBOL] Re: open/allow Re: giesse
- [REBOL] official guide Re:(4) cirwind
