Contents

revertToSavedFromFile:ofType:

Reverts the receiver to the data stored in the file system.

Declaration

- (BOOL) revertToSavedFromFile:(NSString *) fileName ofType:(NSString *) type;

Discussion

Reverts the receiver to the data stored in the file system in file named fileName of file type type. Invokes readFromFile:ofType: and returns whether that method successfully read the file and processed the document data.

See Also

Methods