NSBundle.GetPathsForResources(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.
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