File 클래스를 사용하여 파일 객체를 생성하는 경우, 예를 들면 다음과 같습니다.
Filefile=newFile(C:\myletter,letter.txt);
C:myletter 디렉터리에 letter.txt라는 파일이 없으면 파일 개체 파일은 다음 메서드를 호출합니다.
publicbooleancreateNewFile();
C:myletter 디렉터리에 letter.txt라는 파일을 만들 수 있습니다. 파일 객체는 public boolean delete() 메소드를 호출하여 현재 파일을 삭제합니다. 예를 들면 다음과 같습니다.
파일.삭제();
로컬 시스템에서 실행 파일을 실행하려면 java.lang 패키지의 Runtime 클래스를 사용할 수 있습니다. 먼저 Runtime 클래스를 사용하여 객체를 선언합니다.
런타임ec;
그런 다음 클래스의 getRuntime() 정적 메서드를 사용하여 이 객체를 만듭니다.
ec=Runtime.getRuntime();
ec는 exec(String command) 메서드를 호출하여 로컬 컴퓨터에서 실행 파일을 열거나 작업을 수행할 수 있습니다.
예를 들어 런타임 개체는 Windows 플랫폼에서 메모장 프로그램과 브라우저를 엽니다.
importjava.io.*;publicclassMain{publicstaticvoidmain(Stringargs[]){try{Runtimece=Runtime.getRuntime();Filefile=newFile(c:/windows,Notepad.exe);ce.exec(file.getAbsolutePath()); file=newFile(C:\ProgramFiles\InternetExplorer,IEXPLOREwww.sohu.com);ce.exec(file.getAbsolutePath());}catch(Exceptione){System.out.println(e);}}}