UDF > WinAPIEx > Files & Devices > Files >


_WinAPI_IsPathShared

Détermine si un chemin est partagé

#include <WinAPIFiles.au3>
_WinAPI_IsPathShared ( $sFilePath )

Paramètre

$sFilePath Le chemin d'accès local complet à tester.

Valeur de retour

Succès: Retourne True - Le chemin est partagé.
False - Sinon.
Échec: Définit @error <> 0.

Remarque

Non documenté dans MSDN.