NSBundle.PathForResourceAbsolute(String, String, String) Method

Definition

The full pathname for the resource of the specified name and type in the specified subdirectory.

[Foundation.Export("pathForResource:ofType:inDirectory:")]
public static string PathForResourceAbsolute (string name, string ofType, string bundleDirectory);
static member PathForResourceAbsolute : string * string * string -> string

Parameters

name
String
ofType
String

The extension to look for, or null if no extension matching is desired.

This parameter can be null.

bundleDirectory
String

Returns

Attributes

Applies to