import tango.io.Path; void main() { remove("input.txt"); remove("/input.txt"); remove("docs"); remove("/docs"); }