UNC System.IO

  • Thread starter Thread starter Andrew J Durstewitz
  • Start date Start date
A

Andrew J Durstewitz

Hi!

I'm having an issue using the System.IO namespace and
trying to use File.Exists(myFile) when myFile exists on a
mapped drive. I have setup the machine (where the drive
is mapped to) to give my computer full access.

Has anyone else run into issues like this? Any ideas on
how to resolve this?

Thanks,
Andrew J Durstewitz
 
Andrew said:
Hi!

I'm having an issue using the System.IO namespace and
trying to use File.Exists(myFile) when myFile exists on a
mapped drive. I have setup the machine (where the drive
is mapped to) to give my computer full access.

Has anyone else run into issues like this? Any ideas on
how to resolve this?

What issues? What are the error messages/exceptions that you're seeing? What
code is generating the problem?
 
* "Andrew J Durstewitz said:
I'm having an issue using the System.IO namespace and
trying to use File.Exists(myFile) when myFile exists on a
mapped drive. I have setup the machine (where the drive
is mapped to) to give my computer full access.

What does the function return? A wrong value? Is an exception thrown?
Please be more specific!
 
Back
Top