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 public static byte[] GetFindData(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
ByteAn array of bytes corresponding to the path' WIN32_FIND_DATA.
Exceptions See Also