Scroll to navigation

PathIsDirectoryW(3w) Wine API PathIsDirectoryW(3w)

NAME

PathIsDirectoryW (SHLWAPI.@)

SYNOPSIS

BOOL PathIsDirectoryW
(
LPCWSTR lpszPath
)
 

DESCRIPTION

See PathIsDirectoryA(3w).
 

IMPLEMENTATION

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