Click or drag to resize

UnixPermissionSetToNumber Method

Returns a number that represents this permission in CHMOD style (755, 666, 777, 0)

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public int ToNumber()

Return Value

Type: Int32
Number that represents this premissions.
See Also