Instance Method
インスタンスメソッド
initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:
Initializes a newly created NSURL that points to a location specified by resolving bookmark data.
新しく作成されたNSURLを初期化します、それはブックマークデータを解決することによって指定されるある位置を指し示します。
Parameters
パラメータ
bookmarkData
The bookmark data the URL is derived from.
URLがそれから引き出されるブックマークデータ。
options
オプション
Options taken into account when resolving the bookmark data.
ブックマークデータを解決する時に考慮に入れるオプション。
relativeURL
The base URL that the bookmark data is relative to.
ブックマークデータがそれに相対的である基準URL。
isStale
If YES
, the bookmark data is stale.
YES
ならば、ブックマークデータは失効しています。
error
The error that occurred in the case that the URL cannot be created.
URLが作成されることができないという事情で発生したエラー。
Return Value
戻り値
An NSURL initialized by resolving bookmarkData
.
bookmarkData
を解決することによって初期化されるNSURL。
See Also
参照
Creating an NSURL Object
NSURLオブジェクトを作成する
+ URLWithString:
Creates and returns an NSURL object initialized with a provided URL string.
提供されたURL文字列で初期化されるNSURLを作成して返します。
- initWithString:
Initializes an NSURL object with a provided URL string.
NSURLオブジェクトをある提供されたURL文字列で初期化します。
+ URLWithString:relativeToURL:
Creates and returns an NSURL object initialized with a base URL and a relative string.
基準URLと相対文字列でNSURLオブジェクトを作成して返します。
+ fileURLWithPath:isDirectory:
Initializes and returns a newly created NSURL object as a file URL with a specified path.
新しく作成されたNSURLオブジェクトをファイルURLとして初期化して返します、ある指定されたパスを持ちます。
- initFileURLWithPath:isDirectory:
Initializes a newly created NSURL referencing the local file or directory at path
.
新しく作成されたNSURLを初期化します、path
でのローカルのファイルまたはディレクトリを参照しています。
+ fileURLWithPath:
Initializes and returns a newly created NSURL object as a file URL with a specified path.
新しく作成されたNSURLオブジェクトをファイルURLとして初期化して返します、ある指定されたパスを持ちます。
- initFileURLWithPath:
Initializes a newly created NSURL referencing the local file or directory at path
.
新しく作成されたNSURLを初期化します、path
でのローカルのファイルまたはディレクトリを参照しています。
+ fileURLWithPathComponents:
Initializes and returns a newly created NSURL object as a file URL with specified path components.
新しく作成されたNSURLオブジェクトをファイルURLとして初期化して返します、指定されたパス構成要素いくらかを持ちます。