Skip to content

Commit

Permalink
fix #43
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Oct 24, 2023
1 parent b8861ab commit 52f86b0
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,4 @@ public static boolean downloadFile(final String url, final String savePath, fina
return false;
}
}

private void dirChecker(String filePath) {
File file = new File(filePath);
if (!file.exists()) {
file.mkdirs();
} else {

}
}
}

0 comments on commit 52f86b0

Please sign in to comment.