Function
love.filesystem.exists( filename )
Check whether a file or directory exists.
Synopsis
e = love.filesystem.exists( filename )
Parameters
filename string The path to a potential file or directory.
Returns
e boolean True if there is a file or directory with the specified name. False otherwise.
Copyright © 2006-2010 LÖVE Development Team.