Enumeration 列挙

NSSearchPathDomainMask

Domain constants specifying base locations to use when you search for significant directories. あなたが重要なディレクトリを検索するときに使う起点位置を指定するドメイン定数。

Declaration 宣言

typedef enum NSSearchPathDomainMask : NSUInteger {
    ...
} NSSearchPathDomainMask;

Overview 概要

These constants are used by the URLsForDirectory:inDomains: and URLForDirectory:inDomain:appropriateForURL:create:error: methods of FileManager. これら定数は、FileManagerのURLsForDirectory:inDomains:およびURLForDirectory:inDomain:appropriateForURL:create:error:メソッドによって使われます。

Topics 話題

Specifying Search Path Domains 検索パスドメインマスクを指定する

See Also 参照

Supporting Types 支援を行う型