The file system domain to search. The value for this parameter is one of the constants described in FileManager.SearchPathDomainMask. You should specify only one domain for your search and you may not specify the allDomainsMask constant for this parameter.
検索するファイルシステムドメイン。このパラメータの値は、FileManager.SearchPathDomainMaskで記述される定数の1つです。あなたは、ただ1つのドメインだけをあなたの検索に対して指定すべきです、そしてあなたはallDomainsMask定数をこのパラメータに対して指定しないでしょう。
url
The file URL used to determine the location of the returned URL. Only the volume of this parameter is used.
返されるURLの位置を決定するために使われるファイルURL。このパラメータのボリューム名だけが使われます。
Whether to create the directory if it does not already exist.
それがまだ存在しないならば、ディレクトリを作成するかどうか。
When creating a temporary directory, this parameter is ignored and the directory is always created.
一時ディレクトリを作成する場合、このパラメータは無視されます、そしてディレクトリは常に作成されます。
Return Value
戻り値
The NSURL for the requested directory.
要請されたディレクトリに対するNSURL。
Discussion
議論
You typically use this method to locate one of the standard system directories, such as the Documents, Application Support or Caches directories. After locating (or creating) the desired directory, this method returns the URL for that directory. If more than one appropriate directory exists in the specified domain, this method returns only the first one it finds.
あなたは、概してこのメソッドを使って標準システムディレクトリの1つの位置を突き止めます、例えばDocuments、Application SupportまたはCachesディレクトリなど。望むディレクトリの位置を突き止めた後、このメソッドはそのディレクトリに対するURLを返します。複数の適したディレクトリが指定されたドメインに存在するならば、このメソッドは、それが見つけた最初のもののみを返します。
For example, the following code results in a new temporary directory with a path in the form of /private/var/folders/d0/h37cw8ns3h1bfr_2gnwq2yyc0000gn/T/TemporaryItems/Untitled/:
例えば、以下のコードは、/private/var/folders/d0/h37cw8ns3h1bfr_2gnwq2yyc0000gn/T/TemporaryItems/Untitled/の形式でのパスをもつ新しい一時ディレクトリという結果になります: