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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FSO FolderExists

Status
Not open for further replies.

sheykc

Programmer
Joined
Sep 28, 2001
Messages
79
Location
US
I am trying to use the FolderExists method on the Filesystemobject. I'm using the unc name, ("\\servername\username") and if I check to see if my account exists, it works fine. However, if I put in someone elses name on the network, it tells me it doesn't exist (even though it does). So, if I try to create the user directory, it comes back and tells me it already exists.

Any ideas? Permissions issue perhaps?
 
If these are home directories and you don't have permission to access them, you will get that type of error.
 
Is there some sort of workaround then?
 
You could have your network administrator set you up as an administrator so that you can get to them. Are these home directories?
 
Yes, they are home directories.
 
Unless you have permission to view them, you won't be able to get at them. It is totally a permissions issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top