func path(forResource : String?, ofType : String?) -> String?
Returns the full pathname for the resource identified by the specified name and file extension.
指定された名前とファイル拡張子によって識別されるリソースに対する完全パス名を返します。
Availability 有効性
Technology
name
The name of the sound resource file, without any pathname information. Including a filename extension is optional サウンドリソースファイルの名前、まったくパス名情報なしで。ファイル名拡張子を含めることは任意です
The absolute pathname of the resource file or nil
if the file was not found.
リソースファイルの絶対パス名、またはファイルが見つけられなかったならばnil
。
Sound resources are those files in the bundle that are recognized by the NSSound
class. The types of sound files can be determined by calling the sound
method of NSSound
.
サウンドリソースは、NSSound
クラスによって認識されるような種類の、バンドルの中のファイルです。サウンドファイルの型は、NSSound
のsound
メソッドを呼び出すことによって特定されます。
func path(forResource : String?, ofType : String?) -> String?