Provides access to members that control an array of filenames.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IFileNames
CoClasses and Classes | Description |
---|---|
FileNames | FileNames object maintains an array of file paths. |
Remarks
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.