Scroll to navigation

PathUnmakeSystemFolderA(3w) Wine API PathUnmakeSystemFolderA(3w)

NAME

PathUnmakeSystemFolderA (SHLWAPI.@)

SYNOPSIS

BOOL PathUnmakeSystemFolderA
(
LPCSTR lpszPath
)
 

DESCRIPTION

Remove the system folder attributes from a path.
 

PARAMS

lpszPath [In] The path to remove attributes from.
 

RETURNS

Success: TRUE.
Failure: FALSE, if lpszPath is NULL, empty, not a directory, or calling SetFileAttributesA() fails.
 

IMPLEMENTATION

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