Create folders/subfolders with the Define API #5368
-
Hello, I was wondering if there is a way to create folders/subfolders with files using the Define API. PS: CodeSandbox is awesome. |
Beta Was this translation helpful? Give feedback.
Answered by
SaraVieira
Jan 21, 2021
Replies: 2 comments 1 reply
-
Hey! Yap! You can make it so that the filename is Here is an example: https://codesandbox.io/s/define-api-get-request-forked-6qlx3?file=/index.js Also thank you so much :D |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SaraVieira
-
Hello @SaraVieira, Thank you, this solves my question. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
Yap! You can make it so that the filename is
folder/file
likesrc/index.js
Here is an example:
https://codesandbox.io/s/define-api-get-request-forked-6qlx3?file=/index.js
Also thank you so much :D