R
raibeart
I am trying to use System.IO.File.Exists to determine if a file exiusts
on a server. I am using a UNC path stored in a database table. Is
there a way to use UNC rather than a mapped drive?
For example:
\\Srv09\Data\LogCenter\Logs\log_1.tif will not work
x:\LogCenter\Logs\log_1.tif will work
Thanks in advance.
Robert
on a server. I am using a UNC path stored in a database table. Is
there a way to use UNC rather than a mapped drive?
For example:
\\Srv09\Data\LogCenter\Logs\log_1.tif will not work
x:\LogCenter\Logs\log_1.tif will work
Thanks in advance.
Robert