Difference between revisions of "love.filesystem.getWorkingDirectory (日本語)"

(Created page with "現在の作業ディレクトリを取得します。 == 関数 == === 概要 === <source lang="lua"> cwd = love.filesystem.getWorkingDirectory( ) </source> === 引数 ===...")
 
m
Line 1: Line 1:
 +
{{newin (日本語)|[[0.5.0 (日本語)|0.5.0]]|050|type=関数}}
 
現在の作業ディレクトリを取得します。
 
現在の作業ディレクトリを取得します。
 
== 関数 ==
 
== 関数 ==
Line 13: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=現在の作業ディレクトリを取得します。}}
 
{{#set:Description=現在の作業ディレクトリを取得します。}}
{{#set:Since=000}}
+
{{#set:Since=050}}
 +
{{#set:PrettySince=0.5.0}}
 +
 
 
== そのほかの言語 ==
 
== そのほかの言語 ==
 
{{i18n|love.filesystem.getWorkingDirectory}}
 
{{i18n|love.filesystem.getWorkingDirectory}}

Revision as of 12:22, 22 June 2019

LÖVE 0.5.0 から使用可能
この関数は以前のバージョンでは非対応です。

現在の作業ディレクトリを取得します。

関数

概要

cwd = love.filesystem.getWorkingDirectory( )

引数

なし。

返値

string cwd
現在の作業ディレクトリ。

関連



そのほかの言語