Click or drag to resize

PropertySystemGetFindData Method

Gets the Windows' WIN32_FIND_DATA structure for a given path.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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