Scroll to navigation

PathIsFileSpecA(3w) Wine API PathIsFileSpecA(3w)

NAME

PathIsFileSpecA (SHLWAPI.@)

SYNOPSIS

BOOL PathIsFileSpecA
(
LPCSTR lpszPath
)
 

DESCRIPTION

Determine if a path is a file specification.
 

PARAMS

lpszPath [In] Path to check.
 

RETURNS

TRUE If lpszPath is a file specification (i.e. Contains no directories). FALSE Otherwise.
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c".
Debug channel "shell".
Oct 2012 Wine API