You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered: