How to create a full path on or before writeFile? I already tried several 
variations and going insane.
I tried it with `getFile` and options `create` and with `createDir`. Nothing 
works. 

```js
// How to create the full path if not exist?
file.writeFile(file.externalDataDirectory, 'subfolder/another/file.txt', blob, 
{replace: true});
```

Maybe a option `createPath` or just `create` for `writeFile` is maybe not the 
worst idea?

[ Full content available at: 
https://github.com/apache/cordova-plugin-file/issues/246 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to