public static String getValidName(File file, boolean isRoot) {
        if (isRoot)
            if (NoobManager.getInstance().getConfig().isShouldShowStorageName()) {
                return "Internal Storage ( " + file.getName() + " )";
            } else {