.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathUnmakeSystemFolderA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathUnmakeSystemFolderA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL PathUnmakeSystemFolderA ( LPCSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Remove the system folder attributes from a path. .SH PARAMS \fIlpszPath\fR \fB[In]\fR The path to remove attributes from. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR, if \fIlpszPath\fR is \fBNULL\fR, empty, not a directory, or calling SetFileAttributesA() fails. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.