Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.JUtils.file.FileUtils #12

Open
xiaoyv97 opened this issue Aug 5, 2019 · 0 comments
Open

com.JUtils.file.FileUtils #12

xiaoyv97 opened this issue Aug 5, 2019 · 0 comments

Comments

@xiaoyv97
Copy link

xiaoyv97 commented Aug 5, 2019

其中的
public static boolean isExist(String filePath,boolean isNew){
File file = new File(filePath);
if(!file.exists() && isNew){
return file.mkdirs(); //新建文件路径
}
return false;
}
if判断逻辑短路了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant