NSFileManager Klassenreferenz

#import <NSFileManager.h>

Abgeleitet von NSObject.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - _posixPathComponentsWithPath:
(BOOL) - _newReplicatePath:ref:atPath:ref:operation:fileMap:handler:
(BOOL) - _replicatePath:atPath:operation:fileMap:handler:
(BOOL) - _removeFileAtPath:handler:shouldDeleteFork:
(id) - _displayPathForPath:
(BOOL) - directoryCanBeCreatedAtPath:
(id) - currentDirectoryPath
(BOOL) - changeCurrentDirectoryPath:
(id) - fileAttributesAtPath:traverseLink:
(BOOL) - changeFileAttributes:atPath:
(BOOL) - fileExistsAtPath:
(BOOL) - fileExistsAtPath:isDirectory:
(BOOL) - isReadableFileAtPath:
(BOOL) - isWritableFileAtPath:
(BOOL) - isExecutableFileAtPath:
(BOOL) - isDeletableFileAtPath:
(id) - displayNameAtPath:
(BOOL) - removeFileAtPath:handler:
(id) - directoryContentsAtPath:matchingExtension:options:keepExtension:
(id) - directoryContentsAtPath:
(id) - enumeratorAtPath:
(id) - subpathsAtPath:
(BOOL) - createDirectoryAtPath:attributes:
(id) - pathContentOfSymbolicLinkAtPath:
(BOOL) - createSymbolicLinkAtPath:pathContent:
(BOOL) - createFileAtPath:contents:attributes:
(id) - contentsAtPath:
(BOOL) - contentsEqualAtPath:andPath:
(id) - fileSystemAttributesAtPath:
(BOOL) - getFileSystemRepresentation:maxLength:withPath:
(const char *) - fileSystemRepresentationWithPath:
(id) - stringWithFileSystemRepresentation:length:
(id) - componentsToDisplayForPath:
(id) - extendedAttributesAtPath:error:
(id) - extendedAttributeForKey:atPath:error:
(BOOL) - removeExtendedAttributeForKey:atPath:error:
(BOOL) - setExtendedAttribute:forKey:atPath:error:
(void) - dealloc

Öffentliche, statische Methoden

(id) + defaultManager

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei NSFileManager.h.


Dokumentation der Elementfunktionen

+ (id) defaultManager  

- (id) _posixPathComponentsWithPath: (id)  fp8  

- (BOOL) _newReplicatePath: (id)  fp8
ref: (void *)  fp12
atPath: (id)  fp16
ref: (void *)  fp20
operation: (int)  fp24
fileMap: (id)  fp28
handler: (id)  fp32 

- (BOOL) _replicatePath: (id)  fp8
atPath: (id)  fp12
operation: (int)  fp16
fileMap: (id)  fp20
handler: (id)  fp24 

- (BOOL) _removeFileAtPath: (id)  fp8
handler: (id)  fp12
shouldDeleteFork: (BOOL)  fp16 

- (id) _displayPathForPath: (id)  fp8  

- (BOOL) directoryCanBeCreatedAtPath: (id)  fp8  

- (id) currentDirectoryPath  

- (BOOL) changeCurrentDirectoryPath: (id)  fp8  

- (id) fileAttributesAtPath: (id)  fp8
traverseLink: (BOOL)  fp12 

- (BOOL) changeFileAttributes: (id)  fp8
atPath: (id)  fp12 

- (BOOL) fileExistsAtPath: (id)  fp8  

- (BOOL) fileExistsAtPath: (id)  fp8
isDirectory: (char *)  fp12 

- (BOOL) isReadableFileAtPath: (id)  fp8  

- (BOOL) isWritableFileAtPath: (id)  fp8  

- (BOOL) isExecutableFileAtPath: (id)  fp8  

- (BOOL) isDeletableFileAtPath: (id)  fp8  

- (id) displayNameAtPath: (id)  fp8  

- (BOOL) removeFileAtPath: (id)  fp8
handler: (id)  fp12 

- (id) directoryContentsAtPath: (id)  fp8
matchingExtension: (id)  fp12
options: (int)  fp16
keepExtension: (BOOL)  fp20 

- (id) directoryContentsAtPath: (id)  fp8  

- (id) enumeratorAtPath: (id)  fp8  

- (id) subpathsAtPath: (id)  fp8  

- (BOOL) createDirectoryAtPath: (id)  fp8
attributes: (id)  fp12 

- (id) pathContentOfSymbolicLinkAtPath: (id)  fp8  

- (BOOL) createSymbolicLinkAtPath: (id)  fp8
pathContent: (id)  fp12 

- (BOOL) createFileAtPath: (id)  fp8
contents: (id)  fp12
attributes: (id)  fp16 

- (id) contentsAtPath: (id)  fp8  

- (BOOL) contentsEqualAtPath: (id)  fp8
andPath: (id)  fp12 

- (id) fileSystemAttributesAtPath: (id)  fp8  

- (BOOL) getFileSystemRepresentation: (char *)  fp8
maxLength: (unsigned int)  fp12
withPath: (id)  fp16 

- (const char *) fileSystemRepresentationWithPath: (id)  fp8  

- (id) stringWithFileSystemRepresentation: (const char *)  fp8
length: (unsigned int)  fp12 

- (id) componentsToDisplayForPath: (id)  fp8  

- (id) extendedAttributesAtPath: (id)  fp8
error: (id *)  fp12 

- (id) extendedAttributeForKey: (id)  fp8
atPath: (id)  fp12
error: (id *)  fp16 

- (BOOL) removeExtendedAttributeForKey: (id)  fp8
atPath: (id)  fp12
error: (id *)  fp16 

- (BOOL) setExtendedAttribute: (id)  fp8
forKey: (id)  fp12
atPath: (id)  fp16
error: (id *)  fp20 

- (void) dealloc  

Implementiert NSObject.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: