Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
io.files.unix vocabulary
Factor handbook
>
Vocabulary index
Summary
Implementation of reading and writing files on Unix-like systems
Meta-data
Authors:
Slava Pestov
Platforms:
unix
Words
Ordinary words
Word
Stack effect
(cwd)
( bufsiz -- path )
append-flags
( -- value )
open-append
( path -- fd )
open-read
( path -- fd )
open-write
( path -- fd )
read-flags
( -- value )
write-flags
( -- value )
Files
resource:basis/io/files/unix/unix.factor
resource:basis/io/files/unix/unix-docs.factor
resource:basis/io/files/unix/unix-tests.factor