Closed jannejava closed 8 years ago
Filesystem->getDefaultOptions() and Utilities::getBaseDirectory is called before user's options are applied which causes a file permission error.
Utilities::getBaseDirectory() tries to make a directory before I have been able to set my prefered directory.
This is resolved in the v1.0.0 dev branch.
Filesystem->getDefaultOptions() and Utilities::getBaseDirectory is called before user's options are applied which causes a file permission error.
Utilities::getBaseDirectory() tries to make a directory before I have been able to set my prefered directory.