MarquisLP / World-Scribe

An Android app for fictional world-building
MIT License
41 stars 7 forks source link

Saving data fails if the necessary folder is missing #21

Closed MarquisLP closed 4 years ago

MarquisLP commented 4 years ago

For example, if an Article's 'Connections' folder gets deleted in the file system, then the app will refuse to save new Connections for that Article.

Ideally, we should always be recreating these folders if they don't exist, in case they accidentally get deleted (e.g. by a cleaning app that removes empty folders).