| 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()
Public Function ToNumberAsText As String
public:
String^ ToNumberAsText()
member ToNumberAsText : unit -> string
Return Value
Type:
StringNumber that represents this premissions.
See Also