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