Determines if a string is a valid Universal Naming Convention (UNC) for a server path only
#include <WinAPIShPath.au3>
_WinAPI_PathIsUNCServer ( $sFilePath )
$sFilePath | The path to validate. |
True: | the path is a valid UNC path for a server only (no share name). |
False: | the path is not a valid UNC path. |
Search PathIsUNCServer in MSDN Library.