- URLForDirectory:inDomain:appropriateForURL:create:error:
NSSearchPathForDirectoriesInDomains
NSOpenStepRootDirectory
Availability 有効性
Technology
- (NSArray
<NSURL
*> *)URLsForDirectory:(NSSearchPathDirectory
)directory
inDomains:(NSSearchPathDomainMask
)domainMask;
directory
The search path directory. The supported values are described in NSSearch
.
検索パスディレクトリ。サポートされる値は、NSSearch
で記述されます。
domainMask
The file system domain to search. The value for this parameter is one or more of the constants described in NSSearch
.
検索するファイルシステムドメイン。このパラメータに対する値は、NSSearch
で記述される1つ以上の定数です。
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
オブジェクトからなる配列。これらディレクトリは、ユーザドメインの項目が最初でシステムドメインの項目が最後となる、ドメインマスク定数の順番に従って順番付けられます。
This method is intended to locate known and common directories in the system. For example, setting the directory to NSApplication
, will return the Applications directories in the requested domain. There are a number of common directories available in the NSSearch
, including: NSDesktop
, NSApplication
, and many more.
このメソッドは、システムにおいて既知の一般的なディレクトリの位置を突き止めることを意図されます。例えば、ディレクトリをNSApplication
に設定すると、要請された領域におけるApplicationsディレクトリを返すでしょう。NSSearch
において利用可能なたくさんの一般的なディレクトリがあり、含んでいるのは:NSDesktop
、NSApplication
、そしてさらに多く。
- URLForDirectory:inDomain:appropriateForURL:create:error:
NSSearchPathForDirectoriesInDomains
NSOpenStepRootDirectory