I know about the PathIsUNC API call to check that a string forms a UNC path, but is there any API that I can use to actually go and check that the network resource is there ?
BOOL isItThere = PathIsUNC((LPCSTR)"\\DAN\C$\Temp"
;
I need to know that I can actually access \\DAN\C$\Temp.
Help would be greatly appreciated....
BOOL isItThere = PathIsUNC((LPCSTR)"\\DAN\C$\Temp"
I need to know that I can actually access \\DAN\C$\Temp.
Help would be greatly appreciated....