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

[feat] [v2] Scope for root filesystem #11119

Open
birdlavv opened this issue Sep 24, 2024 · 1 comment
Open

[feat] [v2] Scope for root filesystem #11119

birdlavv opened this issue Sep 24, 2024 · 1 comment

Comments

@birdlavv
Copy link

Describe the problem

There isn't a clean way to access files and directories in the root filesystem.
Example:
SD cards are mounted under the /Volumes directory in OSX and there is currently no clean way to access the mounted directories.

Describe the solution you'd like

Something like a scope for $ROOT for interacting with system-level files would be useful.

Context: https://v2.tauri.app/plugin/file-system/#scopes

Alternatives considered

Running the app with sudo permissions works, but it is difficult to package.

Additional context

No response

@amrbashir
Copy link
Member

cc @tweidinger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants