IFileInfo.IsDirectory Property

Gets a value that indicates whether the path name of the object represented by a file object is a 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
true if the object represented by the File object exists and is a directory; false otherwise.

See Also

Reference

IFileInfo Interface

Microsoft.Owin.FileSystems Namespace