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