delete temporary stuff.txt

svn: r10020
This commit is contained in:
Matthew Flatt 2008-05-29 18:58:41 +00:00
parent 3779dbecfa
commit 71268dd76e

View File

@ -45,3 +45,5 @@ example below illustrates the distinct roles of keywords and symbols.
(code:comment #, @t{optional @scheme[#:exists] argument can be @scheme['replace], @scheme['truncate], ...})
#:exists 'replace)
]
@interaction-eval[(delete-file (build-path (find-system-path 'temp-dir) "stuff.txt"))]