NSBundle.PathForResourceAbsolute(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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