I am trying to do something like this
Bitmap img = new Bitmap("\\\\server\\folder\\picture.jpg");
which fails every time.
I know I have permission to read the file because I can manually access it.
In general, I would like to know how to work with UNC paths in C#.