This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control an array of filenames.
Name | 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. |
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.