itinance / itinance/react-native-fs
ENOENT: open failed: ENOENT (No such file or directory)
Open
- Dominant language
- C++
- Stars
- 5k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to write to a file using `write` and I sometimes (not always) get the error `ENOENT: open failed: ENOENT (No such file or directory)`. `write` is supposed to create the file if it doesn't exist, right? All directories are created with `mkdir` before attempting to write a file into them, so I don't think it's anything along the path that doesn't exist. And this only happens sporadically. Any ideas?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.