D
Daniel E. Ulfe
Hi,
I have a small problem... I have an application that copy files from one
computer to another (very simple), but... when I try to check a folder in
the remote computer using:
System.IO.Directory.Exists("\\remote\drive\folder\")
If the local computer tried to get to this folder using Windows Explorer
before to run my program, it works (return TRUE), if not, that fails (return
FALSE)
Any idea why?... Any workaround or solution?
Thank you,
Daniel.
I have a small problem... I have an application that copy files from one
computer to another (very simple), but... when I try to check a folder in
the remote computer using:
System.IO.Directory.Exists("\\remote\drive\folder\")
If the local computer tried to get to this folder using Windows Explorer
before to run my program, it works (return TRUE), if not, that fails (return
FALSE)
Any idea why?... Any workaround or solution?
Thank you,
Daniel.