Click or drag to resize

UnixPermissionSetToNumberAsText Method

Returns a number as string that represents this permission in CHMOD command style ("755", "666", "777", "000")

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

Return Value

Type: String
Number that represents this premissions.
See Also