Does quick.js not have an API for creating files? #523
Answered
by
saghul
Ray-D-Song
asked this question in
Q&A
-
I saw the mkdir API used to create folders, but I didn't find the content for creating files. |
Beta Was this translation helpful? Give feedback.
Answered by
saghul
Sep 11, 2024
Replies: 1 comment 1 reply
-
Check out std.open. There are examples in the tests. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ray-D-Song
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out std.open. There are examples in the tests.