삭제 썸네일형 리스트형 cm program update 삭제. 아.. 정말 이상한 애들 많다...왜 이상한걸 컴터에 몰래 까는지, 흠, 여튼, 삭제 법... 1. C:\Program Files\Wincast 들어가, uninstall파일 2개가 있는데, 눌러서 삭제한다. (뭐, 그냥 지워도...)2. 작업관리자를 불러, 프로세스 탭을 눌러, nmgmgr을 죽인다. 더보기 디렉토리 지우기 자바의 File에서 디렉토리를 지우게 될경우, 하위 디렉토리가 있다면, 지워지게 되지 않는다. 그래서, 디렉토리를 지워줄때엔 재귀호출을 이용하여, 지워주어야 한다. public boolean deleteFile(String filePath){ File file = new File(filePath); String[] subDirs = null; String path = filePath; if(file.isDirectory()){ subDirs = file.list(); int subDirsLenght = subDirs.length; for(int i=0; i 더보기 이전 1 다음