.
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)]
static extern bool SetSearchPathMode(uint flags);
VB Signature:
Declare Function SetSearchPathMode Lib "kernel32.dll" (TODO) As TODO
User-Defined Types:
None.
Alternative Managed API:
Do you know one? Please contribute it!
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Searches for the specified file in the specified path.
3/16/2007 7:57:50 AM - -213.91.216.112
