PathMatchSpecA(3w)
NAME
PathMatchSpecA (SHLWAPI.@)
SYNOPSIS
BOOL PathMatchSpecA ( LPCSTR lpszPath, LPCSTR lpszMask )
DESCRIPTION
Determine if a path matches one or more search masks.
PARAMS
lpszPath [In] Path to check.
lpszMask [In] Search mask(s).
RETURNS
TRUE If lpszPath is valid and is matched FALSE Otherwise.
NOTES
Multiple search masks may be given if they are separated by ";". The
pattern "*.*" is treated specially in that it matches all paths (for
backwards compatibility with DOS).
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".