http://nsyang.springnote.com
http://nsyang.springnote.com 로 자료 이전 하였습니다. 몇달후에 지금 이 블로그는 폐쇠할 예정입니다.
2010년 1월 18일 월요일
확장자만 가져오기
String fileName="test.exe"
String ext="";
int i=fileName.lastIndexOf('.');
if(i>0 && i <fileName.length()-1)
{
ext=fileName.substring(i+1).toLowerCase();
}
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기