Function 関数

NSTemporaryDirectory()

Returns the path of the temporary directory for the current user. 現在のユーザのための一時的ディレクトリのパスを返します。

Declaration 宣言

func NSTemporaryDirectory() -> String

Return Value 戻り値

A string containing the path of the temporary directory for the current user. 現在のユーザのための一時的ディレクトリのパスを含んでいる文字列。

Discussion 議論

See the FileManager method url(for:in:appropriateFor:create:) for the preferred means of finding the correct temporary directory. FileManagerのメソッドurl(for:in:appropriateFor:create:)を現在の一時ディレクトリを見つける好ましい手段の為に見てください。

For more information about temporary files, see File System Programming Guide. 一時的ファイルについてのさらなる情報として、File System Programming Guideを見てください。

See Also 参照

Accessing User Directories ユーザディレクトリにアクセスする

Related Documentation 関連文書