G.L's Blog
2013年8月2日 星期五
[ Java ] : check if file exist
code:
public
boolean
isFileExist
(
String
path
) {
File
file
=
new
File
(
path
);
if
(!
file
.
exists
()) {
return
false
;
}
else
{
return
true
;
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言