PowerTCP SSH and SFTP for .NET
IsRegularFile Property




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

Property Value

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