Returns the full pathname for the resource file identified by the specified name and extension and residing in a given bundle directory.
指定された名前と拡張子によって識別され、そして与えられたバンドルディレクトリに属する、リソースファイルに対する完全パス名を返します。
The name of a resource file contained in the directory specified by bundlePath.bundlePathによって指定されるディレクトリの中に含まれるあるリソースファイルの名前。
If you specify nil, the method returns the first resource file it finds with the specified extension.
あなたがnilを指定するならば、このメソッドは、それが最初に見つける、指定された拡張子を持つリソースファイルを返します。
extension
The filename extension of the file to locate.
捜し出すファイルのファイル名拡張子。
If you specify an empty string or nil, the extension is assumed not to exist and the file is the first file encountered that exactly matches name.
あなたが空の文字列またはnilを指定するならば、拡張子は存在しないとみなされます、そしてファイルは最初に出くわしたぴったりnameに一致するファイルです。
bundlePath
The path of a top-level bundle directory. This must be a valid path. For example, to specify the bundle directory for a Mac app, you might specify the path /Applications/MyApp.app.
トップレベルバントルディレクトリのパス。これは有効なパスでなければなりません。例えば、あるMacアプリに対するバンドルディレクトリを指定するには、あなたはパス/Applications/MyApp.appを指定するかもしれません。
Return Value
戻り値
The full pathname for the resource file or nil if the file could not be located. This method also returns nil if the bundle specified by the bundlePath parameter does not exist or is not a readable directory.
リソースファイルに対する完全パス名またはファイルが捜し出されることができなかったならばnil。このメソッドはまた、bundlePathパラメータによって指定されたバンドルが存在しないまたは読み出し可能なディレクトリでないならばnilを返します。
Returns the file URL for the resource file identified by the specified name and extension and residing in a given bundle directory.
指定された名前と拡張子によって識別され、そして与えられたバンドルディレクトリに属する、リソースファイルに対するファイルURLを返します。
Returns an array of file URLs for all resources identified by the specified file extension and located in the specified bundle subdirectory.
指定されたファイル拡張子によって識別され、そして指定されたバンドル下位ディレクトリに位置する、全てのリソースに対するファイルURLからなる配列を返します。
Returns the file URL for the resource identified by the specified name and file extension, located in the specified bundle subdirectory, and limited to global resources and those associated with the specified localization.
指定された名前とファイル拡張子によって識別され、指定されたバンドル下位ディレクトリに位置して、そしてグローバルリソースでそして指定されたローカライゼーションと関連付けられるものに限られる、リソースに対するファイルURLを返します。
Returns an array containing the file URLs for all bundle resources having the specified filename extension, residing in the specified resource subdirectory, and limited to global resources and those associated with the specified localization.
指定されたファイル名拡張子を持ち、指定されたリソース下位ディレクトリに属して、そしてグローバルリソースでそして指定されたローカライゼーションと関連付けられるものに限られる、全てのバンドルリソースに対するファイルURLからなる配列を返します。
Creates and returns a file URL for the resource with the specified name and extension in the specified bundle.
指定されたバンドルにおいて、指定された名前と拡張子を持つリソースに対するファイルURLを作成して返します。
Returns an array containing the file URLs for all bundle resources having the specified filename extension, residing in the specified resource subdirectory, within the specified bundle.
指定されたバンドル内部で、指定されたファイル名拡張子を持ち、指定されたリソース下位ディレクトリに属する、全てのバンドルリソースに対するファイルURLを含んでいる配列を返します。
Returns the full pathname for the resource identified by the specified name and file extension and located in the specified bundle subdirectory.
指定されたバンドル下位ディレクトリに位置して、指定された名前とファイル拡張子によって識別されるリソースに対する完全パス名を返します。
Returns the full pathname for the resource identified by the specified name and file extension, located in the specified bundle subdirectory, and limited to global resources and those associated with the specified localization.
指定された名前とファイル拡張子によって識別され、指定されたバンドル下位ディレクトリに位置して、そしてグローバルリソースでそして指定されたローカライゼーションと関連付けられるものに限られる、リソースに対する完全パス名を返します。
Returns an array containing the pathnames for all bundle resources having the specified filename extension and residing in the resource subdirectory.
指定されたファイル名拡張子を持ち、リソース下位ディレクトリに属する、全てのバンドルリソースに対するパス名を含んでいる配列を返します。
Returns an array containing the file for all bundle resources having the specified filename extension, residing in the specified resource subdirectory, and limited to global resources and those associated with the specified localization.
指定されたファイル名拡張子を持ち、指定されたリソース下位ディレクトリに属して、そしてグローバルリソースでそして指定されたローカライゼーションと関連付けられるものに限られる、全てのバンドルリソースに対するファイルからなる配列を返します。
Returns an array containing the pathnames for all bundle resources having the specified extension and residing in the bundle directory at the specified path.
指定されたファイル名拡張子を持ち、指定されたパスでのバンドルディレクトリに属する、全てのバンドルリソースに対するパス名を含んでいる配列を返します。
Returns a localized version of the string designated by the specified key and residing in the specified table.
指定されたキーによって指名された、そして指定されたテーブルに属している、文字列のローカライズされたバージョンを返します。