io.files vocabulary - Factor Documentation (original) (raw)
Documentation
Reading and writing files
Metadata
Parents: | io |
---|---|
Authors: | Slava Pestov, Daniel Ehrenberg |
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
path |
Mixin classes
![]() |
---|
![]() |
Generic words
Word | Stack effect |
---|---|
![]() |
( path -- stream ) |
![]() |
( path -- stream ) |
![]() |
( path -- stream ) |
![]() |
( path -- stream ) |
![]() |
( port handle -- event/f ) |
![]() |
( port handle -- event/f ) |
![]() |
( handle event -- ) |
Symbol words
![]() |
---|
![]() |
![]() |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( path encoding -- stream ) |
![]() |
( path encoding -- stream ) |
![]() |
( path encoding -- stream ) |
![]() |
( path encoding -- stream ) |
![]() |
( ..a path encoding quot: ( ..a seq -- ..b seq' ) -- ..b ) |
![]() |
( ..a path encoding quot: ( ..a seq -- ..b seq' ) -- ..b ) |
![]() |
( path -- path ) |
![]() |
( path encoding -- seq ) |
![]() |
( path -- ? ) |
![]() |
( path encoding -- seq ) |
![]() |
( ..a path true: ( ..a path -- ..b ) false: ( ..a path -- ..b ) -- ..b ) |
![]() |
( -- ) |
![]() |
( path -- * ) |
![]() |
( seq path encoding -- ) |
![]() |
( seq path encoding -- ) |
![]() |
( ... path quot: ( ... path -- ... ) -- ... ) |
![]() |
( ... path quot: ( ... path -- ... ) -- ... ) |
![]() |
( path encoding quot -- ) |
![]() |
( path encoding quot -- ) |
![]() |
( path encoding quot -- ) |
![]() |
( path encoding quot -- ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:core/io/files/files.factor
resource:core/io/files/files-docs.factor
resource:core/io/files/files-tests.factor
Metadata files
resource:core/io/files/authors.txt
resource:core/io/files/summary.txt
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
File and file system metadata |
![]() |
Working with symbolic links |
![]() |
|
![]() |
File types for file-info and directory listing |
![]() |
Temporary files with unique names |
![]() |
Implementation of reading and writing files on Unix-like systems |
![]() |
Children from resource:extra
Vocabulary | Summary |
---|---|
![]() |
|
![]() |
Send files to the trash bin. |