Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing a linux filesystem #2160

Closed
jonocodes opened this issue Aug 2, 2024 · 1 comment
Closed

Accessing a linux filesystem #2160

jonocodes opened this issue Aug 2, 2024 · 1 comment
Labels

Comments

@jonocodes
Copy link

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?

@ionitron-bot ionitron-bot bot added the triage label Aug 2, 2024
@jcesarmobile
Copy link
Member

On web is not possible to access the computer files with an API, there are APIs for showing prompts for picking or saving files, but not read the filesystems directly.

On desktop it was possible on electron platform as it used node API to do so, but not sure what's the status on the community electron platform related to plugin usage, in the past when all the plugins were bundled in the platform it was possible, but once they got removed from the platform not sure if there is a filesystem plugin you can install and use.

@jcesarmobile jcesarmobile closed this as not planned Won't fix, can't repro, duplicate, stale Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants