Description
Returns an object that can be used to iterate through the collection.
Visual Basic
Public Function GetEnumerator( rootdir As string ) As IEnumerator<FileInfo>
C#
public IEnumerator<FileInfo> GetEnumerator( string rootdir );
Parameters
| Parameters | Description |
|---|---|
| string rootdir | Input path which will be used for resolving relative file paths |