Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
You can use the GetAbsolutePath on the DynamicBackground, assuming you configured your label to show the right dynamic image:
var path = label.DynamicBackground.GetAbsolutePath(item.Theme);


This path would resolve to the full path of the file. You can then check if it exists like you are already doing.