PathUnmakeSystemFolder function
Removes the attributes from a folder that make it a system folder. This folder must actually exist in the file system.
Syntax
BOOL PathUnmakeSystemFolder( _In_ LPTSTR pszPath );
Parameters
- pszPath [in]
-
Type: LPTSTR
A pointer to a null-terminated string of maximum length MAX_PATH that contains the name of an existing folder that will have the system folder attributes removed.
Return value
Type: BOOL
Returns nonzero if successful, or zero otherwise.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
PathUnmakeSystemFolderW (Unicode) and PathUnmakeSystemFolderA (ANSI) |