Difference between revisions of "(File):getSize (Português)"

m (acerto de links)
m (translation update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Retorna o tamanho do arquivo.
+
Retorna o tamanho do arquivo
 
== Função ==
 
== Função ==
 
=== Sinopse ===
 
=== Sinopse ===
 
<source lang="lua">
 
<source lang="lua">
tam = File:getSize( )
+
tamanho = File:getSize( )
 
</source>
 
</source>
 
=== Argumentos ===
 
=== Argumentos ===
 
Nenhum.
 
Nenhum.
=== Retornos ===
+
=== Retorna ===
{{param|number (Português)|tam|O tamanho do arquivo}}
+
{{param|number (Português)|tamanho|O tamanho do arquivo}}
 
== Veja Também ==
 
== Veja Também ==
 
* [[parent::File (Português)]]
 
* [[parent::File (Português)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Retorna o tamanho do arquivo.}}
+
{{#set:Description=Retorna o tamanho do arquivo}}
 +
{{#set:Since=000}}
 
== Outros Idiomas ==
 
== Outros Idiomas ==
 
{{i18n|(File):getSize}}
 
{{i18n|(File):getSize}}

Latest revision as of 12:46, 8 March 2014

Retorna o tamanho do arquivo

Função

Sinopse

tamanho = File:getSize( )

Argumentos

Nenhum.

Retorna

number (Português) tamanho
O tamanho do arquivo

Veja Também


Outros Idiomas