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


IWorkspace.IsDirectory Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspace Interface > IWorkspace.IsDirectory Method
ArcGIS Developer Help

IWorkspace.IsDirectory Method

TRUE if the workspace is a file system 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.

See Also

IWorkspace Interface