]> gitweb.factorcode.org Git - factor.git/blob - extra/io/files/trash/trash.factor
factor: more top level forms.
[factor.git] / extra / io / files / trash / trash.factor
1 ! Copyright (C) 2010 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: combinators system vocabs ;
5
6 IN: io.files.trash
7
8 HOOK: send-to-trash os ( path -- )
9
10 USE-MACOSX: io.files.trash.macosx
11 USE-UNIX: io.files.trash.unix
12 USE-WINDOWS: io.files.trash.windows