ID:2046862
 
(See the best response by Ter13.)
Code:
winset(usr, "button1", "image = \ref['flower.png']")


Problem description: I use the above code to set the image of a button programatically. Works fine but in my project there are 2 images with name "flower.png" under two different folders. How can I also declare the folder in the above line?

Best response
'path/to/file/flower.png'