|
|
Function
love.filesystem.exists( filename )
Synopsis
var = love.filesystem.exists( filename )
Arguments
filename
The name of the file to check.
Returns
boolean
Whether the file exists.
Copyright © 2006-2008 LÖVE Development Team.
|