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

removeFileWrapper:

Removes a child file wrapper from the receiver, which must be a directory file wrapper. 子ファイルラッパーをレシーバから取り除きます、それはディレクトリファイルラッパーでなければなりません。

Declaration 宣言

- (void)removeFileWrapper:(NSFileWrapper *)child;

Parameters パラメータ

child

File wrapper to remove from the directory. ディレクトリから除去することになるファイルラッパー。

Discussion 議論

This method raises NSInternalInconsistencyException if the receiver is not a directory file wrapper. このメソッドは、レシーバがディレクトリファイルラッパーでないならば、NSInternalInconsistencyExceptionを引き起こします。

See Also 参照

Accessing File-Wrapper Information ファイルラッパー情報にアクセスする