PowerTCP SSH and SFTP for .NET
IsSymlink Property




True if this entry is a symlink.
Syntax
'Declaration
 
Public ReadOnly Property IsSymlink As Boolean
'Usage
 
Dim instance As SftpFileAttributes
Dim value As Boolean
 
value = instance.IsSymlink
public bool IsSymlink {get;}
public: __property bool get_IsSymlink();
public:
property bool IsSymlink {
   bool get();
}

Property Value

Returns true if permissions are available and they indicate that this entry represents a symlink.
See Also

Reference

SftpFileAttributes Class
SftpFileAttributes Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic