This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IF > IFileNames Interface > IFileNames.IsDirectory Method (ArcObjects .NET 10.5 SDK) |
Indicates if the current filename is a directory.
[Visual Basic .NET] Public Function IsDirectory ( _ ) As Boolean
[C#] public bool IsDirectory ( );
[C++]
HRESULT IsDirectory(
VARIANT_BOOL* IsDirectory
);
[C++]
Parameters IsDirectory [out, retval] IsDirectory is a parameter of type VARIANT_BOOL
Indicates whether the current file name in the array is a directory or a file.