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 =…')
(No difference)

Revision as of 08:48, 16 October 2010

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