Problem with network path

jango_fett

Member
Joined
Jun 15, 2005
Messages
23
Programming Experience
Beginner
Problem with network path [RESOLVED]

Hey, guys. I have an application that retrieves image files from a certain directory path (provided by the user). It validates the path with the "IO.Directory.Exists(FolderName)" function. The problem is that within a LAN, when the user picks a valid network path, say "//Sv10004/Images", the program does not accept it. Clearly I am missing something important. Can anyone shed some light on this? Thanks for all the help.
 
Last edited:
My application was OK. The user in question simply did not have the required permission to navigate the server folders. Thanks anyway for reading my post. See ya.
 
Back
Top