Write a file from CFC

Thanks for staying with me on this. I’m executing the script in a folder called “root”. Below that is a folder called “assets” and below that “img” which contains DAIRY.JPG. So, my tag looks like:

img src=“assets/img/DAIRY.jpg”

and it doesn’t find the image.

EDIT: I should have used img src="/assets/img/DAIRY.jpg - that works!