0
Test if File(this,file.png) exists
I'm using the file(this, "image name") and want to add a condition when the function does not return an image. I tried 'not file..' and such but does not work. How can I check for nothing (or blank) returning? Are there functions to return the file name or something I could check for a null value?
1 reply
-
contains(concat(files(this)), "Image Name")
should work.
Steven
Content aside
- 3 yrs agoLast active
- 1Replies
- 340Views