File f=new File(“C:\entityBean”);
if(f.exists())
{
System.out.println(“exist”);
}
else
{
System.out.println(“not exist”);
}
评论列表
文章目录