Sample from docs not working.
![whitnell_7ea21a291f](https://secure.gravatar.com/avatar/e3672017bb60a7cd92ae9a8b96e56284?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2Fe3672017bb60a7cd92ae9a8b96e56284_100.png)
I'm new to scripting and I'm trying to test Simple Image Dialog. However the image doesn't load. I changed the URI in the example to C:\temp/test02.jpg which is a JPEG image that can be loaded in other apps. Any suggestions on how to debug this problem?
![](https://hpclscruffy.daz3d.com/forums/uploads/thumbnails/FileUpload/63/cdc86f2ea83b61d0de8f08490fd88f.png)
![](https://hpclscruffy.daz3d.com/forums/uploads/thumbnails/FileUpload/63/cdc86f2ea83b61d0de8f08490fd88f.png)
Screenshot 2023-04-08 154749.png
304 x 135 - 9K
Comments
Use / not \ for path separators,\ is the escape symbol so you would - if that is a literal quote - have given the path as C: tab emp/test02.jpg
Changing \ to / fixed the problem. I assumed that \ worked because that was what was used in one of the examples. Thanks for setting me straight.
Which sample was that? If it was in a string (and wasn't escaping something) that would need correcting.