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.26109.1248
Syntax
public int ToNumber()

Return Value

Int32
Number that represents this premissions.
See Also