permissionPaths
Lists the filesystems paths for a set of Permissions
.
This'll return a list of DistinctivePath
s.
function permissionPaths(permissions: Permissions): Distinctive<Path.Partitioned<Path.Partition>>[];
§
permissionPaths(permissions: Permissions): Distinctive<Path.Partitioned<Path.Partition>>[]
[src]§Parameters
§
permissions: Permissions
[src]