Esempio n. 1
0
 public File file() {
   if (type == FileType.External) {
     return new File(LSystem.files().getExternalStoragePath(), file.getPath());
   }
   return file;
 }