Click or drag to resize

FileGetFileInfoByHandle Method

[AlphaFS] Retrieves file information for the specified SafeFileHandle.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static ByHandleFileInfo GetFileInfoByHandle(
	SafeFileHandle handle
)

Parameters

handle
Type: Microsoft.Win32.SafeHandlesSafeFileHandle
A SafeFileHandle connected to the open file from which to retrieve the information.

Return Value

Type: ByHandleFileInfo
A ByHandleFileInfo object containing the requested information.
See Also