panel:directoryDidChange:
Tells the delegate that the user has changed the selected directory in the NSSavePanel object specified.
Declaration
- (void) panel:(id) sender directoryDidChange:(NSString *) path;Parameters
- sender:
Panel whose directory has changed.
- path:
String representing the new directory’s path.