Share via


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

bool IsDirectory { get; }
property bool IsDirectory {
    bool get();
}
abstract IsDirectory : bool with get
ReadOnly Property IsDirectory As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

IFileInfo Interface
Microsoft.Owin.FileSystems Namespace

Return to top