Click or drag to resize
DirectoryEnumerateFileIdBothDirectoryInfo Method (SafeFileHandle)
[AlphaFS] Retrieves information about files in the directory handle specified.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<FileIdBothDirectoryInfo> EnumerateFileIdBothDirectoryInfo(
	SafeFileHandle handle
)

Parameters

handle
Type: Microsoft.Win32.SafeHandlesSafeFileHandle
An open handle to the directory from which to retrieve information.

Return Value

Type: IEnumerableFileIdBothDirectoryInfo
An IEnumerable of FileIdBothDirectoryInfo records for each file system entry in the specified diretory.
See Also