UDF > WinAPIEx > ShellPath >


_WinAPI_PathIsSystemFolder

Détermine si un dossier existant contient les attributs qui en font un dossier système

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

Paramètre

$sFilePath Le nom du dossier existant à traiter.

Valeur de retour

True: Le chemin est un dossier système.
False: Le chemin n'est pas un dossier système.

Voir aussi

Consultez PathIsSystemFolder dans la librairie MSDN.