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

create mutipass as mkdir -p #89

Open
epa64 opened this issue Nov 20, 2020 · 1 comment
Open

create mutipass as mkdir -p #89

epa64 opened this issue Nov 20, 2020 · 1 comment

Comments

@epa64
Copy link

epa64 commented Nov 20, 2020

Hi,
Thanks for the good library.
I need to create a new directory path as /cache/0/0/0/0/0/1/0/3/4/1034/.
It's possible with aiofile.os.mkdir ?
as unix command mkdir -p /cache/0/0/0/0/0/1/0/3/4/1034/

best regards

@stankudrow
Copy link

In Python, it is os.makedirs function, aiofiles contains the async version of this function as well.

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

2 participants