Instance Method インスタンスメソッド

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.

See Also 参照

Methods

Related Documentation 関連文書