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

【建议】FileStorage 无法创建目录 #19

Open
DovSnier opened this issue Aug 3, 2020 · 1 comment
Open

【建议】FileStorage 无法创建目录 #19

DovSnier opened this issue Aug 3, 2020 · 1 comment
Assignees

Comments

@DovSnier
Copy link
Owner

DovSnier commented Aug 3, 2020

如何使用 FileStorage 创建目录:

临时思路:

File file = new File("xxx");
        if (null != file) {
            file.mkdirs();
        }

后续版本给出优化API;

@DovSnier DovSnier self-assigned this Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@DovSnier and others