homeDirectory
The home directory for the current user.
Declaration
static var homeDirectory: URL { get }Discussion
This URL is the equivalent of the shell value ~/.
Complexity: O(1).
The home directory for the current user.
static var homeDirectory: URL { get }This URL is the equivalent of the shell value ~/.
Complexity: O(1).