This document is archived and information here might be outdated.  Recommended version.


IFileNames.IsDirectory Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IF > IFileNames Interface > IFileNames.IsDirectory Method
ArcGIS Developer Help

IFileNames.IsDirectory Method

Indicates if the current filename is a directory.

[Visual Basic .NET]
Public Function IsDirectory ( _
) As Boolean
[C#]
public bool IsDirectory (
);
[C++]
HRESULT IsDirectory(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Indicates whether the current file name in the array is a directory or a file.

See Also

IFileNames Interface