PowerTCP SSH and SFTP for .NET
IsDirectory Property (SftpFileAttributes)




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

Property Value

Returns true if permissions are available and they indicate that this entry represents a directory.
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