IFileInfo.IsDirectory Property

True for the case TryGetDirectoryContents has enumerated a sub-directory

Namespace:  Microsoft.Owin.FileSystems
Assembly:  Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)

Syntax

'Declaration
ReadOnly Property IsDirectory As Boolean 
    Get
'Usage
Dim instance As IFileInfo 
Dim value As Boolean 

value = instance.IsDirectory
bool IsDirectory { get; }
property bool IsDirectory {
    bool get ();
}
abstract IsDirectory : bool
function get IsDirectory () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

IFileInfo Interface

Microsoft.Owin.FileSystems Namespace