PathMatchSpec (shlwapi)
Last changed: johnbell149@gmail.com-202.74.138.1

.
Summary
TODO - a short description

C# Signature:

[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]
static extern bool PathMatchSpec([In] String pszFileParam, [In] String pszSpec);

VB Signature:

Declare Function PathMatchSpec Lib "shlwapi.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

if(PathMatchSpec("C:\\test.txt", "*.txt"))
{
   // This is text file.
}

Alternative Managed API:

Do you know one? Please contribute it!

Documentation