diff --git a/extra/io/trash/authors.txt b/extra/io/trash/authors.txt new file mode 100644 index 0000000000..e091bb8164 --- /dev/null +++ b/extra/io/trash/authors.txt @@ -0,0 +1 @@ +John Benediktsson diff --git a/extra/io/trash/macosx/macosx.factor b/extra/io/trash/macosx/macosx.factor new file mode 100644 index 0000000000..456afbdfb2 --- /dev/null +++ b/extra/io/trash/macosx/macosx.factor @@ -0,0 +1,65 @@ +! Copyright (C) 2010 John Benediktsson +! See http://factorcode.org/license.txt for BSD license + +USING: alien.c-types alien.strings alien.syntax classes.struct +core-foundation io.encodings.utf8 io.trash kernel system ; + +IN: io.trash.macosx + +