SearchPath (kernel32)
Last changed: -213.91.216.112

.
Summary
Searches for the specified file in the specified path.

C# Signature:

[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern uint SearchPath(string lpPath, string lpFileName,
   string lpExtension, uint nBufferLength, [Out] StringBuilder lpBuffer,
   out string lpFilePart);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
SearchPath on MSDN