Function Reference


_WinAPI_PathIsSystemFolder

Determines if an existing folder contains the attributes that make it a system folder

#include <WinAPIShPath.au3>
_WinAPI_PathIsSystemFolder ( $sFilePath )

Parameters

$sFilePath The name of an existing folder to check the system folder attributes.

Return Value

True: the path is a system folder.
False: the path is not a system folder.

See Also

Search PathIsSystemFolder in MSDN Library.