/headers/Foundation/NSString-NSPathUtilities.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <Foundation/NSString.h>
00008 
00009 @interface NSString (NSPathUtilities)
00010 + (id)pathWithComponents:(id)fp8;
00011 - (id)pathComponents;
00012 - (BOOL)isAbsolutePath;
00013 - (id)lastPathComponent;
00014 - (id)stringByDeletingLastPathComponent;
00015 - (id)stringByAppendingPathComponent:(id)fp8;
00016 - (id)pathExtension;
00017 - (id)stringByDeletingPathExtension;
00018 - (id)stringByAppendingPathExtension:(id)fp8;
00019 - (id)stringByAbbreviatingWithTildeInPath;
00020 - (id)stringByExpandingTildeInPath;
00021 - (id)_stringByStandardizingPathUsingCache:(BOOL)fp8;
00022 - (id)stringByStandardizingPath;
00023 - (id)_stringByResolvingSymlinksInPathUsingCache:(BOOL)fp8;
00024 - (id)stringByResolvingSymlinksInPath;
00025 - (id)stringsByAppendingPaths:(id)fp8;
00026 - (const char *)fileSystemRepresentation;
00027 - (BOOL)getFileSystemRepresentation:(char *)fp8 maxLength:(unsigned int)fp12;
00028 - (unsigned int)completePathIntoString:(id *)fp8 caseSensitive:(BOOL)fp12 matchesIntoArray:(id *)fp16 filterTypes:(id)fp20;
00029 - (id)stringByConvertingPathToURL;
00030 - (id)stringByConvertingURLToPath;
00031 @end
00032