for more information visit the package's GitHub page
Package contains the following modules:
A restricted path-based directory system for custom local file explorers. This expects you to have a backend which can access the file system. The package guides you towards a simple architecture:
I was working on a desktop app which used Elm for the UI. I needed the user to select a file; Elm would then send it's path to the app's backend. For security reasons, browser apps cannot read file paths—therefore, a custom solution was the only option. After a lot of tinkering, I ultimately settled on this directory design.