Commit 765fcc87 authored by fallenstardust's avatar fallenstardust

make dir(s)

parent 818babd1
...@@ -181,7 +181,7 @@ public class FileUtils { ...@@ -181,7 +181,7 @@ public class FileUtils {
return; return;
if (!(new File(newPath)).exists()) { if (!(new File(newPath)).exists()) {
(new File(newPath)).mkdir(); (new File(newPath)).mkdirs();
} }
for (int i = 0; i < filePath.length; i++) { for (int i = 0; i < filePath.length; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment