Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Filesystem): add recursive option to writeFile #2487

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

jcesarmobile
Copy link
Member

Add recursive option to writeFile, default is false
Unifies the behavior for all platforms, now none will create intermediate folders if recursive is not used, and if used, all platforms will crate intermediate folders.

Changes behavior on android and web as the intermediate folders were being created by default.

Closes #1611

@jcesarmobile jcesarmobile merged commit 53211a3 into ionic-team:master Feb 25, 2020
@jcesarmobile jcesarmobile deleted the recursive-write branch February 25, 2020 16:19
@jcesarmobile jcesarmobile modified the milestone: 2.0.0 Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make writeFile on iOS create intermediate directories
1 participant