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 =…') |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{newin|[[0.7.0]]|type=function}} | + | {{newin|[[0.7.0]]|070|type=function}} |
Gets the extension of the FileData. | Gets the extension of the FileData. | ||
== Function == | == Function == | ||
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}} |
Latest revision as of 09:36, 25 March 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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info