I'd like to write a small console application to copy images and videos from a digital camera but I don't know how to accesss it.

The explorer show this path:
Code:
Computer\My Camera Name Here\Removable storage\DCIM
unfortunately it is not a valid path for the GetFiles method
Code:
var asdf = System.IO.Directory.GetFiles(@"Computer\My Camera Name Here\Removable storage\DCIM");
any ideas?