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:
unfortunately it is not a valid path for the GetFiles methodCode:Computer\My Camera Name Here\Removable storage\DCIM
any ideas?Code:var asdf = System.IO.Directory.GetFiles(@"Computer\My Camera Name Here\Removable storage\DCIM");
