ptorrent opened a new issue, #541:
URL: https://github.com/apache/cordova-plugin-file/issues/541
Hello there,
### What is expected to happen?
Create a file if not exists...
dir.getFIle("test",{"create":true,"exclusive":false} )
### What does actually happen?
```
dir.getFIle("test",{"create":true,"exclusive":false} ) result on {"code":9}
so not created ?
dir.getFIle("test",{} ) result on {"code":1} ==> normal
```
I don't understand the goal of { create exclsuive...}, why it's not working
like nodejs ?
### Version information
Cordova [email protected]
cordova-plugin-file 7.0.0 "File"
Android 12 on my device.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]