Checks if the given path is a UNC path like \\Server\share. It does not check if the path really exists.
see also http://msdn2.microsoft.com/en-us/library/aa365247.aspx#maximum_path_length
- aPath (String)
- A path that should be checked
ture, if the given path is a UNC path, false otherwise