love.filesystem.exists( filename )
Usage
love.filesystem.exists( filename )
Arguments
filenameThe name of the file (or directory).
Returns
booleanTrue if a file (or directory) exists, false otherwise.
Version 0.3.2 LÖVE DocumentationOverviewLicenseCreditsInstallingGetting startedDeviceslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.systemTypesAnimationColorFontFileImageMusicParticleSystemSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig filesKeyboard shortcuts
|
Function
love.filesystem.exists( filename ) Usage love.filesystem.exists( filename ) Arguments filenameThe name of the file (or directory). Returns booleanTrue if a file (or directory) exists, false otherwise. |