String strFilePath = "E:/java/text.txt"; //File object denoting the file. File file = new File(strFilePath); if(file.exists()) { /* * To get the file size, ...
確定! 回上一頁