Determines whether the path is shared
#include <WinAPIFiles.au3>
_WinAPI_IsPathShared ( $sFilePath )
$sFilePath | The fully-qualified local path to be tested. |
Success: | True - The path is shared. False - Otherwise. |
Failure: | Sets the @error flag to non-zero. |
Not documented in MSDN