Click or drag to resize

Win32FindDataFromPath Method

Gets an instance from a physical path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Win32FindData FromPath(
	string path
)

Parameters

path
Type: SystemString
The path to test.

Return Value

Type: Win32FindData
An instance of the Win32FindData class.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also