Метод | Описание | |
---|---|---|
Permission ( ) : System |
Initializes a new instance of the Permission class.
|
|
Permission ( string linuxPermissions ) : System |
Initializes a new instance of the Permission class.
|
|
ToChmod ( ) : Modes |
Converts the permissions to bit value that can be casted to an integer and used for calling chmod
|
public Permission ( string linuxPermissions ) : System | ||
linuxPermissions | string | The linux permissions. |
Результат | System |