## Default Permission Default permissions for the plugin. - `allow-resolve-directory` - `allow-resolve` - `allow-normalize` - `allow-join` - `allow-dirname` - `allow-extname` - `allow-basename` - `allow-is-absolute` ## Permission Table
Identifier Description
`core:path:allow-basename` Enables the basename command without any pre-configured scope.
`core:path:deny-basename` Denies the basename command without any pre-configured scope.
`core:path:allow-dirname` Enables the dirname command without any pre-configured scope.
`core:path:deny-dirname` Denies the dirname command without any pre-configured scope.
`core:path:allow-extname` Enables the extname command without any pre-configured scope.
`core:path:deny-extname` Denies the extname command without any pre-configured scope.
`core:path:allow-is-absolute` Enables the is_absolute command without any pre-configured scope.
`core:path:deny-is-absolute` Denies the is_absolute command without any pre-configured scope.
`core:path:allow-join` Enables the join command without any pre-configured scope.
`core:path:deny-join` Denies the join command without any pre-configured scope.
`core:path:allow-normalize` Enables the normalize command without any pre-configured scope.
`core:path:deny-normalize` Denies the normalize command without any pre-configured scope.
`core:path:allow-resolve` Enables the resolve command without any pre-configured scope.
`core:path:deny-resolve` Denies the resolve command without any pre-configured scope.
`core:path:allow-resolve-directory` Enables the resolve_directory command without any pre-configured scope.
`core:path:deny-resolve-directory` Denies the resolve_directory command without any pre-configured scope.