안드로이드/File
코드상에서 SDcard에 폴더 생성하기.
설.현.아빠
2011. 2. 11. 10:27
File path = new File("/sdcard/imsi"); if(! path.isDirectory()) { path.mkdirs(); }