org.rococoa.cocoa.foundation.categories
Interface NSStringPathExtensions
- All Known Implementing Classes:
- NSConstantString, NSMutableString, NSSimpleCString, NSString
public interface NSStringPathExtensions
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
pathComponents
NSArray pathComponents()
isAbsolutePath
boolean isAbsolutePath()
lastPathComponent
NSString lastPathComponent()
stringByDeletingLastPathComponent
NSString stringByDeletingLastPathComponent()
stringByAppendingPathComponent
NSString stringByAppendingPathComponent(NSString str)
pathExtension
NSString pathExtension()
stringByDeletingPathExtension
NSString stringByDeletingPathExtension()
stringByAppendingPathExtension
NSString stringByAppendingPathExtension(NSString str)
stringByAbbreviatingWithTildeInPath
NSString stringByAbbreviatingWithTildeInPath()
stringByExpandingTildeInPath
NSString stringByExpandingTildeInPath()
stringByStandardizingPath
NSString stringByStandardizingPath()
stringByResolvingSymlinksInPath
NSString stringByResolvingSymlinksInPath()
stringsByAppendingPaths
NSArray stringsByAppendingPaths(NSArray paths)
completePathIntoString_caseSensitive_matchesIntoArray_filterTypes
int completePathIntoString_caseSensitive_matchesIntoArray_filterTypes(PointerByReference outputName,
boolean flag,
PointerByReference outputArray,
NSArray filterTypes)
fileSystemRepresentation
ByteByReference fileSystemRepresentation()
getFileSystemRepresentation_maxLength
@Deprecated
boolean getFileSystemRepresentation_maxLength(ByteByReference cname,
int max)
- Deprecated. use the safer method
getFileSystemRepresentation_maxLength(java.nio.ByteBuffer, int)
instead
- Original signature :
-(BOOL)getFileSystemRepresentation:(char*) maxLength:(NSUInteger)
getFileSystemRepresentation_maxLength
boolean getFileSystemRepresentation_maxLength(ByteBuffer cname,
int max)