We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Check file extension
fileName = "image.png" if raylib.IsFileExtension(fileName, ".png") then print "It's a PNG file." else print "Not a PNG file." end if
There was an error while loading. Please reload this page.