Click or drag to resize

PropertySystemGetFindData Method

Gets the Windows' WIN32_FIND_DATA structure for a given path.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static byte[] GetFindData(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: Byte
An array of bytes corresponding to the path' WIN32_FIND_DATA.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also