Docs: mention that playdate.file.exists(path) requires file extension

This was unexpected.

playdate.file.exists("images/file") == false

but

playdate.file.exists("images/file.pdi") == true
1 Like

Thanks, I'll file an issue for this!

1 Like