Function 関数

NSHomeDirectory()

Returns the path to either the user’s or application’s home directory, depending on the platform. ユーザのまたはアプリケーションどちらかのホームディレクトリを返します、プラットホームに依存します。

Declaration 宣言

func NSHomeDirectory() -> String

Return Value 戻り値

The path to the current home directory.

Discussion 議論

In iOS, the home directory is the application’s sandbox directory. iOSでは、ホームディレクトリはアプリケーションのサンドボックスディレクトリです。 In macOS, it’s the application’s sandbox directory, or the current user’s home directory if the application isn’t in a sandbox.

See Also 参照

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