Ejemplo n.º 1
0
 private void handleEmptyDirectory() {
   showEmptyDirectoryError();
   openDirectory(File.getNormalizedPath(mDirectory.concat("/..")));
 }
Ejemplo n.º 2
0
 private void openDirectory(File file) {
   openDirectory(file.getNormalizedPath());
 }