Function Reference


_WinAPI_PathIsUNCServer

Determines if a string is a valid Universal Naming Convention (UNC) for a server path only

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

Parameters

$sFilePath The path to validate.

Return Value

True: the path is a valid UNC path for a server only (no share name).
False: the path is not a valid UNC path.

See Also

Search PathIsUNCServer in MSDN Library.