{{deprecatedin|[[11.0]]|110|type=function|text=This function is deprecated and is replaced by [[love.filesystem.getInfo]]}}
Check whether something is a file.
== Function ==
=== Synopsis ===
<source lang="lua">
isFile = love.filesystem.isFile( filename )
</source>
=== Arguments ===
{{param|string|filename|The path to a potential file.}}
=== Returns ===
{{param|boolean|isFile|True if there is a file with the specified name. False otherwise.}}
== See Also ==
* [[parent::love.filesystem]]
* [[love.filesystem.isDirectory]]
* [[love.filesystem.exists]]
[[Category:Functions]]
{{#set:Description=Check whether something is a file.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.filesystem.isFile}}