[Previous]
[Up]
[Next]
NSFileWrapper
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSFileWrapper.h
Inherits from: NSObject
Conforms to: NSObject
- (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