2000-02-28 16:30:00 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
|
|
|
<gsdoc base="NSString" prev="NSSet.html" next="NSTask.html" up="Foundation.html">
|
|
|
|
<head>
|
|
|
|
<title>NSString</title>
|
|
|
|
<author name="Richard Frith-Macdonald">
|
|
|
|
<email address="rfm@gnu.org"/>
|
|
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
|
|
</author>
|
|
|
|
<version>0.1</version>
|
|
|
|
<date>28 February, 2000</date>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<chapter>
|
|
|
|
<heading>NSString</heading>
|
|
|
|
<class name="NSString" super="NSObject">
|
|
|
|
<declared>Foundation/NSString.h</declared>
|
|
|
|
<conform>NSCoding</conform>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
<method type="const NSStringEncoding*" factory="yes"><sel>availableStringEncodings</sel>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSStringEncoding" factory="yes"><sel>defaultCStringEncoding</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*" factory="yes"><sel>localizedNameOfStringEncoding:</sel><arg type="NSStringEncoding">encoding</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*" factory="yes"><sel>localizedStringWithFormat:</sel><arg type="NSString*">format,</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*" factory="yes"><sel>pathWithComponents:</sel><arg type="NSArray*">components</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id" factory="yes"><sel>string</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="id" factory="yes"><sel>stringWithCharacters:</sel><arg type="const unichar*">chars</arg><sel>length:</sel><arg type="unsigned int">length</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id" factory="yes"><sel>stringWithContentsOfFile:</sel><arg type="NSString*">path</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="id" factory="yes"><sel>stringWithCString:</sel><arg type="const char*">cString</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="id" factory="yes"><sel>stringWithCString:</sel><arg type="const char*">cString</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id" factory="yes"><sel>stringWithFormat:</sel><arg type="NSString*">format,</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id" factory="yes"><sel>stringWithString:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="BOOL"><sel>canBeConvertedToEncoding:</sel><arg type="NSStringEncoding">encoding</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>capitalizedString</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSComparisonResult"><sel>caseInsensitiveCompare:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="unichar"><sel>characterAtIndex:</sel><arg type="unsigned int">index</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>commonPrefixWithString:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSComparisonResult"><sel>compare:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSComparisonResult"><sel>compare:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSComparisonResult"><sel>compare:</sel><arg type="NSString*">aString</arg><sel>options:</sel><arg type="unsigned int">mask</arg><sel>range:</sel><arg type="NSRange">aRange</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="unsigned int"><sel>completePathIntoString:</sel><arg type="NSString**">outputName</arg><sel>caseSensitive:</sel><arg type="BOOL">flag</arg><sel>matchesIntoArray:</sel><arg type="NSArray**">outputArray</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSArray*"><sel>componentsSeparatedByString:</sel><arg type="NSString*">separator</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="const char*"><sel>cString</sel>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="unsigned int"><sel>cStringLength</sel>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSData*"><sel>dataUsingEncoding:</sel><arg type="NSStringEncoding">encoding</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSData*"><sel>dataUsingEncoding:</sel><arg type="NSStringEncoding">encoding</arg><sel>allowLossyConversion:</sel><arg type="BOOL">flag</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>description</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="double"><sel>doubleValue</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSStringEncoding"><sel>fastestEncoding</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="const char*"><sel>fileSystemRepresentation</sel>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="float"><sel>floatValue</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="void"><sel>getCharacters:</sel><arg type="unichar*">buffer</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="void"><sel>getCharacters:</sel><arg type="unichar*">buffer</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="void"><sel>getCString:</sel><arg type="char*">buffer</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="void"><sel>getCString:</sel><arg type="char*">buffer</arg><sel>maxLength:</sel><arg type="unsigned int">maxLength</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="void"><sel>getCString:</sel><arg type="char*">buffer</arg><sel>maxLength:</sel><arg type="unsigned int">maxLength</arg><sel>range:</sel><arg type="NSRange">aRange</arg><sel>remainingRange:</sel><arg type="NSRange*">leftoverRange</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="BOOL"><sel>getFileSystemRepresentation:</sel><arg type="char*">buffer</arg><sel>maxLength:</sel><arg type="unsigned int">maxLength</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="void" factory="yes"><sel>getLineStart:</sel><arg type="unsigned int*">startIndex</arg><sel>end:</sel><arg type="unsigned int*">lineEndIndex</arg><sel>contentsEnd:</sel><arg type="unsigned int*">contentsEndIndex</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="unsigned int"><sel>hash</sel>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="BOOL"><sel>hasPrefix:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="BOOL"><sel>hasSuffix:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id"><sel>init</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="id"><sel>initWithCharacters:</sel><arg type="const unichar*">characters</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="id"><sel>initWithCharactersNoCopy:</sel><arg type="unichar*">characters</arg><sel>length:</sel><arg type="unsigned int">length</arg><sel>freeWhenDone:</sel><arg type="BOOL">flag</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id"><sel>initWithContentsOfFile:</sel><arg type="NSString*">path</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="id"><sel>initWithCString:</sel><arg type="const char*">cString</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="id"><sel>initWithCString:</sel><arg type="const char*">cString</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="id"><sel>initWithCStringNoCopy:</sel><arg type="char*">cString</arg><sel>length:</sel><arg type="unsigned int">length</arg><sel>freeWhenDone:</sel><arg type="BOOL">flag</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id"><sel>initWithData:</sel><arg type="NSData*">data</arg><sel>encoding:</sel><arg type="NSStringEncoding">encoding</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id"><sel>initWithFormat:</sel><arg type="NSString*">format,</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id"><sel>initWithFormat:</sel><arg type="NSString*">format</arg><sel>arguments:</sel><arg type="va_list">argList</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id"><sel>initWithFormat:</sel><arg type="NSString*">format</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="id"><sel>initWithFormat:</sel><arg type="NSString*">format</arg><sel>locale:</sel><arg type="NSDictionary*">dictionary</arg><sel>arguments:</sel><arg type="va_list">argList</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id"><sel>initWithString:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="int"><sel>intValue</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="BOOL"><sel>isAbsolutePath</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="BOOL"><sel>isEqualToString:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>lastPathComponent</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="unsigned int"><sel>length</sel>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSRange" factory="yes"><sel>lineRangeForRange:</sel><arg type="NSRange">aRange</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="const char*"><sel>lossyCString</sel>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>lowercaseString</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSArray*"><sel>pathComponents</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>pathExtension</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="id"><sel>propertyList</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSDictionary*"><sel>propertyListFromStringsFileFormat</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSRange"><sel>rangeOfCharacterFromSet:</sel><arg type="NSCharacterSet*">aSet</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSRange"><sel>rangeOfCharacterFromSet:</sel><arg type="NSCharacterSet*">aSet</arg><sel>options:</sel><arg type="unsigned int">mask</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSRange"><sel>rangeOfCharacterFromSet:</sel><arg type="NSCharacterSet*">aSet</arg><sel>options:</sel><arg type="unsigned int">mask</arg><sel>range:</sel><arg type="NSRange">aRange</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSRange"><sel>rangeOfComposedCharacterSequenceAtIndex:</sel><arg type="unsigned int">anIndex</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSRange"><sel>rangeOfString:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSRange"><sel>rangeOfString:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSRange"><sel>rangeOfString:</sel><arg type="NSString*">subString</arg><sel>options:</sel><arg type="unsigned int">mask</arg><sel>range:</sel><arg type="NSRange">aRange</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSStringEncoding"><sel>smallestEncoding</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>stringByAbbreviatingWithTildeInPath</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>stringByAppendingFormat:</sel><arg type="NSString*">format,</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>stringByAppendingPathComponent:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>stringByAppendingPathExtension:</sel><arg type="NSString*">string</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>stringByAppendingString:</sel><arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>stringByDeletingLastPathComponent</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>stringByDeletingPathExtension</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>stringByExpandingTildeInPath</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSArray*"><sel>stringsByAppendingPaths:</sel><arg type="NSArray*">paths</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSString*"><sel>substringFromIndex:</sel><arg type="unsigned int">anIndex</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
|
|
|
<method type="NSString*"><sel>substringToIndex:</sel><arg type="unsigned int">anIndex</arg>
|
2000-02-28 16:30:00 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>substringWithRange:</sel><arg type="NSRange">aRange</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="NSString*"><sel>uppercaseString</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
<method type="BOOL"><sel>writeToFile:</sel><arg type="NSString*">path</arg><sel>atomically:</sel><arg type="BOOL">flag</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
</class>
|
|
|
|
</chapter>
|
|
|
|
</body>
|
|
|
|
</gsdoc>
|