Contents

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).

See Also

Accessing home and user directories