My application needs to access files on a remote computer that require a username and password to access it.
I am trying to find out if a directory exists (using Directory.Exists) to check if I can do this.
Is there a way to specify a username and password when working with remote directories? Exists currently returns false.
Greetings
source
share