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
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.
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
The text was updated successfully, but these errors were encountered: