-
I want to write to a path that looks like this for example -
So I want the path of writing to be dynamic, meaning that it would recursively create the path if it doesn't exist, is that something that is possible, or has any workaround? for now the error that I get is -
|
Beta Was this translation helpful? Give feedback.
Answered by
KallieLev
Feb 1, 2023
Replies: 1 comment
-
OMG it's my bad... of course the open mode was |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KallieLev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OMG it's my bad... of course the open mode was
rb
(read) instead ofwb
(write)