+ 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オブジェクトを作成して返します。
- initWithString:relativeToURL:
Initializes an NSURL object with a base URL and a relative string.
NSURLオブジェクトをある基準URLと相対文字列で初期化します。
+ 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として初期化して返します、指定されたパス構成要素いくらかを持ちます。
+ URLByResolvingAliasFileAtURL:options:error:
Returns a new URL made by resolving the alias file at
url
.
新しいURLを返します、url
でのエイリアスファイルを解決することによって作られます。
+ URLByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:
Returns a new URL made by resolving bookmark data.
ブックマークを解決することによって作られる新しいURLを返します。
- initByResolvingBookmarkData:options:relativeToURL:bookmarkDataIsStale:error:
Initializes a newly created NSURL that points to a location specified by resolving bookmark data.
新しく作成されたNSURLを初期化します、それはブックマークデータを解決することによって指定されるある位置を指し示します。
+ fileURLWithFileSystemRepresentation:isDirectory:relativeToURL:
Returns a new URL object initialized with a C string representing a local file system path.
新しいURLオブジェクトを返します、あるローカルファイルシステムパスを表しているC文字列表現で初期化されます。
- getFileSystemRepresentation:maxLength:
Fills the provided buffer with a C string representing a local file system path.
提供されたバッファをあるローカルファイルシステムパスを表しているC文字列で満たします。
- initFileURLWithFileSystemRepresentation:isDirectory:relativeToURL:
Initializes a URL object with a C string representing a local file system path.
URLオブジェクトをあるローカルファイルシステムパスを表しているC文字列で初期化します。