| www.delorie.com/gnu/docs/gforth/gforth_131.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Files are opened/created by name and type. The following file access methods (FAMs) are recognised:
doc-r/o doc-r/w doc-w/o doc-bin
When a file is opened/created, it returns a file identifier, wfileid that is used for all other file commands. All file commands also return a status value, wior, that is 0 for a successful operation and an implementation-defined non-zero value in the case of an error.
doc-open-file doc-create-file
doc-close-file doc-delete-file doc-rename-file doc-read-file doc-read-line doc-write-file doc-write-line doc-emit-file doc-flush-file
doc-file-status doc-file-position doc-reposition-file doc-file-size doc-resize-file
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |