]> gitweb.factorcode.org Git - factor.git/blob - extra/io/files/trash/trash-docs.factor
1652d9ebaf97d5486223093dcd7a9397b7ec5972
[factor.git] / extra / io / files / trash / trash-docs.factor
1 ! Copyright (C) 2010 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: help.markup help.syntax io.files.trash ;
5
6 IN: io.files.trash
7
8 HELP: send-to-trash
9 { $values { "path" "a file path" } }
10 { $description
11     "Send a file path to the trash bin."
12 } ;