Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).

Overview

For creating standard system paths.

Functions

NSStringNIPathForBundleResource (NSBundle *bundle, NSString *relativePath)
NSStringNIPathForDocumentsResource (NSString *relativePath)
NSStringNIPathForCachesResource (NSString *relativePath)

Function Documentation

NSString* NIPathForBundleResource ( NSBundle *  bundle,
NSString relativePath 
)

Create a path with the given bundle and the relative path appended.

Parameters:
bundleThe bundle to append relativePath to. If nil, [NSBundle mainBundle] will be used.
relativePathThe relative path to append to the bundle's path.
Returns:
The bundle path concatenated with the given relative path.

Definition at line 23 of file NIPaths.m.

NSString* NIPathForDocumentsResource ( NSString relativePath)

Create a path with the documents directory and the relative path appended.

Returns:
The documents path concatenated with the given relative path.

Definition at line 30 of file NIPaths.m.

NSString* NIPathForCachesResource ( NSString relativePath)

Create a path with the caches directory and the relative path appended.

Returns:
The caches path concatenated with the given relative path.

Definition at line 43 of file NIPaths.m.

Generated for Nimbus by doxygen 1.7.4-20110629