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 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