Flutter Developer
2010년 11월 1일 월요일
[Android] How to check if file is a directory ?
boolean isDirectory (String filePath) {
if (filePath != null) {
File file = new File (filePath);
return file.isDirectory();
}
}
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기