Difference between revisions of "FileData:getExtension"

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

Revision as of 07:44, 4 January 2011

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

Gets the extension of the FileData.

Function

Synopsis

ext = FileData:getExtension( )

Arguments

None.

Returns

string ext
The extension of the file the FileData represents.

See Also

Other Languages