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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top