$file.isDirectory
¶
Description¶
Indique si le fichier est un répertoire.
Cette méthode est un raccourci pour $file.getAttribute(path).isDirectory
.
Syntaxe¶
$file.isDirectory( path )
Paramètres¶
path
file / string- Path à analyser.
Retour¶
Retourne true
si le path désigne un répertoire, sinon false
Exemple¶
Non disponible