Click or drag to resize

FileGetFileIdInfo Method (SafeFileHandle)

[AlphaFS] Retrieves file information for the specified SafeFileHandle.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static FileIdInfo GetFileIdInfo(
	SafeFileHandle handle
)

Parameters

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

Return Value

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