Function Reference


_WinAPI_PathIsUNCServerShare

Determines if a string is a valid Universal Naming Convention (UNC) share path

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

Parameters

$sFilePath The path to validate.

Return Value

True: the path is in the form "\\server\share".
False: the path is not in the form "\\server\share".

See Also

Search PathIsUNCServerShare in MSDN Library.