private void handleEmptyDirectory() { showEmptyDirectoryError(); openDirectory(File.getNormalizedPath(mDirectory.concat("/.."))); }
private void openDirectory(File file) { openDirectory(file.getNormalizedPath()); }