| 
            
              IFtpFileIsDirectory Property
             | 
          
        
        
            Returns true if 
IFtpFile represents a directory, otherwise false.
            
 
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxbool IsDirectory { get; }ReadOnly Property IsDirectory As Boolean
	Get
property bool IsDirectory {
	bool get ();
}abstract IsDirectory : bool with get
function get_IsDirectory();
 View SourceProperty Value
Boolean
See Also