Yes, using CVS.
The code is only in one place, and I am printing out temp. The paths look right, and when I copy and paste them into windows explorer, the image is found.
I had reorganized my several projects into one master, which included moving the images. Once I did this, the images stopped working.
I reverted back, but no luck.
This is very simple, and the paths are very simple. I am using the following code to debug:
image_dir = dChannelManifestGet("theater_id")'gets the theater id (string) from the manifest file
mypath = CreateObject("roFileSystem")
if mypath.Exists("pkg:/images/" + image_dir + "/image.png") then
fDbg("pkg:/images/" + image_dir + "/image.png IS VALID")
else
fDbg("pkg:/images/" + image_dir + "/image.png IS NOT VALID")
end if
Result
pkg:/images/0/hm_hd.png IS NOT VALID