| UnixPermissionSetToText Method |
Returns a string that represents this permission in ls command style ("rw-r--r--", "rw-rw-rw-", "rwxrwxrwx", "000")
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax Public Function ToText As String
member ToText : unit -> string
Return Value
Type:
StringString that represents this premissions.
See Also