2008-12-15 03:02:22 -05:00
|
|
|
USING: help.markup help.syntax ;
|
|
|
|
IN: io.files.temp
|
|
|
|
|
|
|
|
ARTICLE: "io.files.temp" "Temporary files"
|
2012-03-31 17:45:59 -04:00
|
|
|
"Pathnames relative to the system's temporary file directory:"
|
2009-10-01 15:56:36 -04:00
|
|
|
{ $subsections
|
2016-03-16 18:19:10 -04:00
|
|
|
current-temp-directory
|
2009-10-01 15:56:36 -04:00
|
|
|
temp-file
|
2012-06-18 15:22:59 -04:00
|
|
|
temp-directory
|
|
|
|
with-temp-directory
|
2012-03-31 17:45:59 -04:00
|
|
|
}
|
|
|
|
"Pathnames relative to Factor's cache directory, used to store persistent intermediate files and resources:"
|
|
|
|
{ $subsections
|
2016-03-16 18:19:10 -04:00
|
|
|
current-cache-directory
|
2012-03-31 17:45:59 -04:00
|
|
|
cache-file
|
2012-06-18 15:22:59 -04:00
|
|
|
cache-directory
|
|
|
|
with-cache-directory
|
2009-10-01 15:56:36 -04:00
|
|
|
} ;
|
2008-12-15 03:02:22 -05:00
|
|
|
|
|
|
|
ABOUT: "io.files.temp"
|