NET FTP Library
IsDirectory Property






KellermanSoftware.NetFtpLibrary Namespace > FTPFileInfo Class : IsDirectory Property
True if this is a directory, false if this is a file
Syntax
'Declaration
 
Public Property IsDirectory As System.Boolean
'Usage
 
Dim instance As FTPFileInfo
Dim value As System.Boolean
 
instance.IsDirectory = value
 
value = instance.IsDirectory
public System.bool IsDirectory {get; set;}
public read-write property IsDirectory: System.Boolean; 
public function get,set IsDirectory : System.boolean
public: __property System.bool get_IsDirectory();
public: __property void set_IsDirectory( 
   System.bool value
);
public:
property System.bool IsDirectory {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTPFileInfo Class
FTPFileInfo Members