Difference between revisions of "love.filesystem.getWorkingDirectory (Português)"
(versão inicial) |
m (translation update) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | Obtém o diretório | + | <span style="color: #597E9A; font-size: 18pt">love.filesystem.getWorkingDirectory</span> |
+ | {{#set:RealLink=love.filesystem.getWorkingDirectory (Português)}} | ||
+ | {{#set:DisplayName=love.filesystem.getWorkingDirectory}} | ||
+ | Obtém o diretório de trabalho atual. | ||
== Função == | == Função == | ||
=== Sinopse === | === Sinopse === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | dta = love.filesystem.getWorkingDirectory( ) | |
</source> | </source> | ||
=== Argumentos === | === Argumentos === | ||
Nenhum. | Nenhum. | ||
− | === | + | === Retorna === |
− | {{param|string| | + | {{param|string (Português)|dta|O diretório de trabalho atual.|string}} |
== Veja Também == | == Veja Também == | ||
− | * [[parent::love.filesystem (Português)]] | + | * [[parent::love.filesystem (Português)|love.filesystem]] |
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Obtém o diretório | + | {{#set:Description=Obtém o diretório de trabalho atual.}} |
− | == | + | {{#set:Since=000}} |
+ | == Outras Línguas == | ||
{{i18n|love.filesystem.getWorkingDirectory}} | {{i18n|love.filesystem.getWorkingDirectory}} |
Latest revision as of 14:27, 14 September 2014
love.filesystem.getWorkingDirectory
Obtém o diretório de trabalho atual.
Função
Sinopse
dta = love.filesystem.getWorkingDirectory( )
Argumentos
Nenhum.
Retorna
string dta
- O diretório de trabalho atual.
Veja Também
Outras Línguas
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