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
A currently requirement I have on a project is to sort a lot of different names - it would be really useful to put these in their own directory, rather than prefixing everything in the same directory.
FileAccess::setData should check whether the directory needs creating for the $filePath, not just $this->dirPath.
The text was updated successfully, but these errors were encountered:
A currently requirement I have on a project is to sort a lot of different names - it would be really useful to put these in their own directory, rather than prefixing everything in the same directory.
FileAccess::setData
should check whether the directory needs creating for the$filePath
, not just$this->dirPath
.The text was updated successfully, but these errors were encountered: