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 (ArcObjects .NET 10.5 SDK) |
Provides access to members that control an array of filenames.
Description | ||
---|---|---|
Add | Adds a filename to the array. | |
IsDirectory | Indicates if the current filename is a directory. | |
Next | Obtains the next filename in the array. | |
Remove | Removes the current filename from the array. | |
Reset | Resets the current position back to the beginning of the array. |
CoClasses and Classes | Description |
---|---|
FileNames | FileNames object maintains an array of file paths. |
IFileNames offers only sequential access to the array. The file names are added to the array as full paths strings. The paths can refer to folders as well as files.