Dart.Ssh Namespace > Sftp Class : GetAttributes Method |
'Declaration Public Function GetAttributes( _ ByVal path As String, _ ByVal followLink As Boolean _ ) As SftpFileAttributes
'Usage Dim instance As Sftp Dim path As String Dim followLink As Boolean Dim value As SftpFileAttributes value = instance.GetAttributes(path, followLink)
public SftpFileAttributes GetAttributes( string path, bool followLink )
public: SftpFileAttributes* GetAttributes( string* path, bool followLink )
public: SftpFileAttributes^ GetAttributes( String^ path, bool followLink )