This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Is it possible to declare NSURLIsExcludedFromBackupKey when using fs.mkdir() #229
Closed
Description
I don't see this documented or in the source. Is there any way to do this after the fact?
If not, would you accept a PR for this? I'm thinking an optional options that could be passed to fs.mkdir(path: String, options: Object?)
. I'm not familiar with Android, so I'm not sure if there is something equivalent to this flag but if not the object could just be ignored there.
fs.mkdir('/some/path', { NSURLIsExcludedFromBackupKey: true })
Thoughts?