I have a program that basically copies files from a unc path (//myotherserver/path/file.txt) to the local machine (d:\destpath\file.txt)
it uses system.io.file.copy
however, it says the remote path does not exist - this is because you need a username and password to connect to it
is there any way i can specify this username/password within my program code?
thanks
it uses system.io.file.copy
however, it says the remote path does not exist - this is because you need a username and password to connect to it
is there any way i can specify this username/password within my program code?
thanks