samdze / playdate-nim

Nim bindings with extra features for the Playdate SDK
66 stars 3 forks source link

ADD file.exists() #56

Closed ninovanhooff closed 8 months ago

ninovanhooff commented 9 months ago

Implemented using file.stat

samdze commented 9 months ago

Having this simple function would be nice, but I think it would be better if it was implemented bypassing exceptions and directly using the SDK function return value. It should be more performant.

ninovanhooff commented 8 months ago

Done

samdze commented 8 months ago

Nice, thanks!