crates/tauri/permissions/path/autogenerated/reference.md
Default permissions for the plugin, which enables all commands.
allow-resolve-directoryallow-resolveallow-normalizeallow-joinallow-dirnameallow-extnameallow-basenameallow-is-absolutecore:path:allow-basename
Enables the basename command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:deny-basename
Denies the basename command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:allow-dirname
Enables the dirname command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:deny-dirname
Denies the dirname command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:allow-extname
Enables the extname command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:deny-extname
Denies the extname command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:allow-is-absolute
Enables the is_absolute command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:deny-is-absolute
Denies the is_absolute command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:allow-join
Enables the join command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:deny-join
Denies the join command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:allow-normalize
Enables the normalize command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:deny-normalize
Denies the normalize command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:allow-resolve
Enables the resolve command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:deny-resolve
Denies the resolve command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:allow-resolve-directory
Enables the resolve_directory command without any pre-configured scope.
</td> </tr> <tr> <td>core:path:deny-resolve-directory
Denies the resolve_directory command without any pre-configured scope.
</td> </tr> </table>