File.Delete() fails

  • Thread starter Thread starter John Grandy
  • Start date Start date
J

John Grandy

why would File.Delete(\\machine1\c$\folder1\file1) fail with the following
exception:

"Access to the path \\machine1\c$\folder1\file1 is denied"
 
For testing, the remote machine is actually the development machine.

What could be causing the error ?
 
Back
Top