Posted in 面试题 onNovember 19, 2012
File f=new File(“C:\\entityBean”);
if(f.exists())
{
System.out.println(“exist”);
}
else
{
System.out.println(“not exist”);
}
if(f.exists())
{
System.out.println(“exist”);
}
else
{
System.out.println(“not exist”);
}
如何用Java判断一个文件或目录是否存在
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Tags in this post...
Reply on: @reply_date@
@reply_contents@