NSBundle.GetPathsForResources(String, String) Method

Definition

Returns all the paths for resources of the specified fileExtension residing in the specified subdirectory.

[Foundation.Export("pathsForResourcesOfType:inDirectory:")]
public static string[] GetPathsForResources (string fileExtension, string bundlePath);
static member GetPathsForResources : string * string -> string[]

Parameters

fileExtension
String
bundlePath
String

Returns

String[]
Attributes

Applies to