Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UNC Path exists

Status
Not open for further replies.

shootsie

Programmer
Apr 12, 2001
43
US
Does anyone know how to determine whether a UNC path exists in VB? I have tried everything and it doesn't work consistantly, even though it may work in debut mode. I have tried:

fso.folderexists("//path/test")
dir("//path/test")

and it does not work consistently.

Thanks,
Ashley
 
Normally wouldn't want a dialog in a service so I never tried that. Try logging in as the same user the service is running under maybe?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top