factor/basis/io/files/temp/temp-docs.factor

18 lines
396 B
Factor
Raw Normal View History

2008-12-15 03:02:22 -05:00
USING: help.markup help.syntax ;
IN: io.files.temp
ARTICLE: "io.files.temp" "Temporary files"
"Pathnames relative to the system's temporary file directory:"
{ $subsections
temp-directory
temp-file
}
"Pathnames relative to Factor's cache directory, used to store persistent intermediate files and resources:"
{ $subsections
cache-directory
cache-file
} ;
2008-12-15 03:02:22 -05:00
2008-12-15 03:02:22 -05:00
ABOUT: "io.files.temp"