Function Reference


_WinAPI_PathIsUNC

Determines if the string is a valid Universal Naming Convention (UNC) for a server and share path

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

Parameters

$sFilePath The path to validate.

Return Value

True: the path is a valid UNC path.
False: the path is not a valid UNC path.

See Also

Search PathIsUNC in MSDN Library.