import java.io.*; class ExeDeleteAll { public static void main(String args[]) { Index.delete(new File(args[0])); } }