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