2016-12-21 15 views

答えて

0

使用File.exists()

File f = new File("filepath"); 
System.out.println(f.exists()); 
関連する問題