Function Reference


_WinAPI_IsPathShared

Determines whether the path is shared

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

Parameters

$sFilePath The fully-qualified local path to be tested.

Return Value

Success: True - The path is shared.
False - Otherwise.
Failure: Sets the @error flag to non-zero.

Remarks

Not documented in MSDN