homeDirectoryForCurrentUser
The home directory for the current user.
現在のユーザに対するホームディレクトリ。
NSHomeDirectory
Returns the path to either the user’s or application’s home directory, depending on the platform.
ユーザのまたはアプリケーションどちらかのホームディレクトリを返します、プラットホームに依存します。
NSUserName
Returns the logon name of the current user.
現在のユーザのログオン名を返します。
NSFullUserName
Returns a string containing the full name of the current user.
現在のユーザのフルネームを含んでいる文字列を返します。
- homeDirectoryForUser:
Returns the home directory for the specified user.
指定されたユーザのホームディレクトリを返します。
NSHomeDirectoryForUser
Returns the path to a given user’s home directory.
与えられたユーザのホームディレクトリへのパスを返します。
NSTemporaryDirectory
Returns the path of the temporary directory for the current user.
現在のユーザのための一時的ディレクトリのパスを返します。