File path = new File("/sdcard/voice");

if(! path.isDirectory()) {

path.mkdirs();
 
}

 

Posted by MR 손
,