factor/extra/io/files/trash/trash-docs.factor

13 lines
282 B
Factor
Raw Normal View History

! Copyright (C) 2010 John Benediktsson
! See http://factorcode.org/license.txt for BSD license
2011-08-19 17:31:19 -04:00
USING: help.markup help.syntax io.files.trash ;
2011-08-19 17:31:19 -04:00
IN: io.files.trash
HELP: send-to-trash
{ $values { "path" "a file path" } }
{ $description
"Send a file path to the trash bin."
} ;