경로 보는 소스 void printPath(){ /* https://crazykim2.tistory.com/488 https://easy-coding.tistory.com/26#google_vignette –> Context.getFilesDir() –> Context.getCacheDir() –> Environment.getExternalStorageDirectory() –> Context.getExternalFilesDir(String) –> Context.getExternalCacheDir() –> Context.getExternalMediaDirs()*/ /* * 디렉토리 만들기 - 디렉토리만 만들기하면, 생성되지 않는다, 파일 생성시 디렉토리를 체크후 만들도록 한다. * */ String get..