Saving Canvas Image multiple times

Hello,

I am making an app where the user can save their canvas as an image and each time they save their canvas the old save should not be available anymore, as it will be done regularly so I don’t want much space to be taken. How would I go about doing this? Currently I am saving the image as different names each time. Should I use the same name to replace the old save? Is there a way for me to remove the old save?

Please let me know if you need any clarification, and thanks.

you should use its path and use the file component’s delete block

2 Likes

call Canvas.Clear

Haha sorry I mean the file of the canvas image not the canvas.

Thank you very much, this is what I needed to know.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.