FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSString(NSPathUtilities) Category Reference

Extensions of NSString(NSStringPathExtensions) More...

#import <NSPathUtilities.h>

Instance Methods

(NSString *) - stringByAppendingPathFormat:
 Returns a new string made by appending to the receiver a given string. More...
 

Detailed Description

Extensions of NSString(NSStringPathExtensions)

Method Documentation

- (NSString *) stringByAppendingPathFormat: (NSString *)  format
, (1) 
(2)  NS_FORMAT_FUNCTION 

Returns a new string made by appending to the receiver a given string.

Parameters
formatA format string.
...A comma-separated list of arguments to substitute into format.
See also
stringByAppendingPathComponent:

The documentation for this category was generated from the following file: