Function 関数

NSTemporaryDirectory

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

Declaration 宣言

NSString * NSTemporaryDirectory(void);

Return Value 戻り値

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

Discussion 議論

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

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

See Also 参照

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

Related Documentation 関連文書