| www.delorie.com/gnu/docs/gforth/gforth_221.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
R/O, R/W and BIN work as you would
expect. W/O translates into the C file opening mode w (or
wb): The file is cleared, if it exists, and created, if it does
not (with both open-file and create-file). Under Unix
create-file creates a file with 666 permissions modified by your
umask.
FILE-STATUS:
FILE-STATUS returns the most powerful file access mode allowed
for the file: Either R/O, W/O or R/W. If the file
cannot be accessed, R/O BIN is returned. BIN is applicable
along with the returned mode.
/line. Currently 255.
USE.
S":
S":
/line. currently 255.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |