[Previous]
[Up]
[Next]
NSFileWrapper
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSFileWrapper.h
Inherits from: NSObject
Conforms to: NSObject
Instance Variables
Methods
Instances Methods
- (NSString*) addFileWithPath: (NSString*)path;
- (NSString*) addFileWrapper: (NSFileWrapper*)wrapper;
- (NSString*) addRegularFileWithContents: (NSData*)contents preferredFilename: (NSString*)filename;
- (NSString*) addSymbolicLinkWithDestination: (NSString*)path preferredFilename: (NSString*)filename;
- (NSDictionary*) fileAttributes;
- (NSString*) filename;
- (NSDictionary*) fileWrappers;
- (NSImage*) icon;
- (id) initDirectoryWithFileWrappers: (NSDictionary*)wrappers;
- (id) initRegularFileWithContents: (NSData*)contents;
- (id) initSymbolicLinkWithDestination: (NSString*)path;
- (id) initWithPath: (NSString*)path;
- (id) initWithSerializedRepresentation: (NSData*)data;
- (BOOL) isDirectory;
- (BOOL) isRegularFile;
- (BOOL) isSymbolicLink;
- (NSString*) keyForFileWrapper: (NSFileWrapper*)wrapper;
- (BOOL) needsToBeUpdatedFromPath: (NSString*)path;
- (NSString*) preferredFilename;
- (NSData*) regularFileContents;
- (void) removeFileWrapper: (NSFileWrapper*)wrapper;
- (NSData*) serializedRepresentation;
- (void) setFileAttributes: (NSDictionary*)attributes;
- (void) setFilename: (NSString*)filename;
- (void) setIcon: (NSImage*)anImage;
- (void) setPreferredFilename: (NSString*)filename;
- (NSString*) symbolicLinkDestination;
- (BOOL) updateFromPath: (NSString*)path;
- (BOOL) writeToFile: (NSString*)path atomically: (BOOL)atomicFlag updateFilenames: (BOOL)updateNamesFlag;