Skip to content
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
@aforty

Description

@aforty

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions