Difference between revisions of "FileData:getFilename"

(Created page with '{{newin|0.7.0|type=function}} Gets the filename of the FileData. == Function == === Synopsis === <source lang="lua"> name = FileData:getFilename( ) </source> === Arguments ==…')
 
m (included link to other languages)
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the filename of the FileData.}}
 
{{#set:Description=Gets the filename of the FileData.}}
 +
== Other Languages ==
 +
{{i18n|FileData:getFilename}}

Revision as of 07:48, 4 January 2011

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Gets the filename of the FileData.

Function

Synopsis

name = FileData:getFilename( )

Arguments

None.

Returns

string name
The name of the file the FileData represents.

See Also

Other Languages