FileSystemEntryEnumerateChildren Method |
Returns an enumerable collection of entries in the current directory.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IEnumerable<FileSystemEntry> EnumerateChildren(
int bufferSize = 4096,
bool throwOnError = true
)
Parameters
- bufferSize (Optional)
- Type: SystemInt32
The buffer size. - throwOnError (Optional)
- Type: SystemBoolean
true to throw errors; otherwise false.
Return Value
Type:
IEnumerableFileSystemEntryAn enumerable collection of entries in the current directory.
See Also