Property | Type | Description |
---|
Method | Description | |
---|---|---|
DirectoryListingEnumerator ( IEnumerable |
Initializes a new instance of the DirectoryListingEnumerator class.
|
|
GetFullPath ( string name ) : string | ||
MoveNext ( ) : bool |
Called to enumerate the next directory listing entry.
|
public DirectoryListingEnumerator ( IEnumerable |
||
entries | IEnumerable |
The file system entries to enumerate |
fileSystem | IUnixFileSystem | The file system of the file system entries |
pathEntries | Stack |
The path entries of the current directory |
returnDotEntries | bool | true when this enumerator should return the dot entries |
return | System |