permission to File.Exists

  • Thread starter Thread starter Marcos MOS
  • Start date Start date
M

Marcos MOS

Hi,

In my Web Application, I need to check whether a file exists. I'm using the
System.IO.File.Exists("filename") method.
This file is in another server.
Always the return's method is False. But through the windows explorer I have
permission to access it. So Can I do?

thanks a lot
Marcos Santos
 
Back
Top