Closed
Description
Regarding https://nodejs.org/api/fs.html#fs_fs_open_path_flags_mode_callback
fildes.open
should mkdir when flag is 'w', 'w+', 'a' and 'a+'
in this case
- catch error
- if Error: ENOENT: no such file or directory try mkdir
- then try opening again
Metadata
Metadata
Assignees
Labels
No labels