Gives an existing folder the proper attributes to become a system folder
#include <WinAPIShPath.au3>
_WinAPI_PathMakeSystemFolder ( $sFilePath )
$sFilePath | The name of an existing folder that will be made into a system folder. |
Success: | True |
Failure: | False |
Search PathMakeSystemFolder in MSDN Library.