func url(for: FileManager.SearchPathDirectory, in: FileManager.SearchPathDomainMask, appropriateFor : URL?, create: Bool) -> URL
Locates and optionally creates the specified common directory in a domain.
あるドメインにおいて、指定される一般的ディレクトリの位置を突き止めて、任意に作成します。
func urls(for: FileManager.SearchPathDirectory, in: FileManager.SearchPathDomainMask) -> [URL]
Returns an array of URLs for the specified common directory in the requested domains.
要請されたドメインにおいて、指定される一般的ディレクトリに対するURLの配列を返します。
func NSSearchPathForDirectoriesInDomains (FileManager.SearchPathDirectory, FileManager.SearchPathDomainMask, Bool) -> [String]
Creates a list of directory search paths.
ディレクトリ検索パスのリストを作成します。