Return Value
戻り値
An array of NSURL
objects identifying the requested directories. The directories are ordered according to the order of the domain mask constants, with items in the user domain first and items in the system domain last.
要請されたディレクトリそれらを識別している、NSURL
オブジェクトからなる配列。これらディレクトリは、ユーザドメインの項目が最初でシステムドメインの項目が最後となる、ドメインマスク定数の順番に従って順番付けられます。
Discussion
議論
This method is intended to locate known and common directories in the system. For example, setting the directory to FileManager.SearchPathDirectory.applicationDirectory
, will return the Applications directories in the requested domain. There are a number of common directories available in the FileManager.SearchPathDirectory
, including: FileManager.SearchPathDirectory.desktopDirectory
, FileManager.SearchPathDirectory.applicationSupportDirectory
, and many more.
このメソッドは、システムにおいて既知の一般的なディレクトリの位置を突き止めることを意図されます。例えば、ディレクトリをFileManager.SearchPathDirectory.applicationDirectory
に設定すると、要請されたドメインにおけるApplicationsディレクトリを返すでしょう。FileManager.SearchPathDirectory
において利用可能なたくさんの一般的なディレクトリがあり、含んでいるのは:FileManager.SearchPathDirectory.desktopDirectory
、FileManager.SearchPathDirectory.applicationSupportDirectory
、そしてさらに多く。