Gives an existing folder the proper attributes to become a system folder.
#Include <WinAPIEx.au3>
_WinAPI_PathMakeSystemFolder ( $sPath )
| $sPath | The name of an existing folder that will be made into a system folder. |
| 成功: | 返回 1. |
| 失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索