Click or drag to resize

FileSystemEntryEnumerateChildren Method

Returns an enumerable collection of entries in the current directory.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: IEnumerableFileSystemEntry
An enumerable collection of entries in the current directory.
See Also