file path problem in cf1.1
I have a simple question, I want to draw a image from a file, say, in MyDevice/folderA/image.jpg, how do I specified the path? if I use like:
bmp = new Bitmap("MyDevice/folderA/image.jpg");
I will get a error, I have a reference book, but I couldn't find the answer in there too (maybe too simple to mention........)![]()
Many thanks for your help!
Ray

