capacitor-plugins
capacitor-plugins copied to clipboard
Accessing a linux filesystem
On andriod I can use capacidor-plugins/filesystem
But when running in web/desktop I would like to read files from my local host filesystem. Like using nodejs fs module, but that does not have access.
Is there a recommended way to do this?