#import <NSFileManager.h>
Abgeleitet von NSObject.
Definiert in Zeile 9 der Datei NSFileManager.h.
| + (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.