file java cek yang ada

File tempFile = new File("c:/temp/temp.txt");
boolean exists = tempFile.exists();
Busy Badger