db4
Doug Coleman 2008-03-03 14:41:22 -06:00
parent dd42efaa20
commit c3c315a580
1 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@ IN: io.files.temporary
[ with-directory ] 2keep drop delete-tree ;
{
{ [ unix? ] [ "io.unix.files.temporary" ] }
{ [ windows? ] [ "io.windows.files.temporary" ] }
{ [ unix? ] [ "io.unix.files.unique" ] }
{ [ windows? ] [ "io.windows.files.unique" ] }
} cond require