java.io.File
File f = new File(filePathString); if(f.exists() && !f.isDirectory()) { // do something }
No comments:
Post a Comment