######################################## #proc tcl_dir : show all file in current path #parameter # path : the path you want to look# flag : # 1--only show curent path file list # 2--show curent path file list include path # 3--show curent path file
import java.io.File; public class Test { public static void main(String args[]){ Test t = new Test(); delFolder("c:/bb"); System.out.println("deleted"); } //删除文件夹 //param folderPath 文件夹完整绝对路径 public static void delFolder(String folderP