Header menu logo B2R2

Permission Module

Provides functions to work with Permission.

Functions and values

Function or value Description

Permission.toString p

Full Usage: Permission.toString p

Parameters:
Returns: string

Converts a Permission into a string of the form "rwx", where each absent permission is shown as a dash, e.g., "r-x" for a readable and executable permission.

p : Permission
Returns: string

Type something to start searching.