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

trashItemAtURL:resultingItemURL:error:

Moves an item to the trash. 項目をゴミ箱に移動します。

Declaration 宣言

- (BOOL)trashItemAtURL:(NSURL *)url 
      resultingItemURL:(NSURL * _Nullable *)outResultingURL 
                 error:(NSError * _Nullable *)error;

Parameters パラメータ

url

The item to move to the trash. ゴミ箱に移動する項目。

outResultingURL

On input, a pointer to a URL object. On output, this pointer is set to the item’s location in the trash. The actual name of the item may be changed when moving it to the trash, so use this URL to access it. You may specify nil for this parameter if you do not want the information. 入力では、URLオブジェクトに対するポインタ。出力では、このポインタはゴミ箱での項目の位置に設定されます。項目の実際の名前は、それをゴミ箱へ移動する時に変更されるかもしれません、なのでこのURLをそれにアクセスするのに使ってください。あなたが情報を望まないならば、あなたはこのパラメータにnilを指定するかもしれません。

error

On input, a pointer to an error object. If an error occurs, this pointer is set to an actual error object containing the error information. You may specify nil for this parameter if you do not want the error information. 入力では、エラーオブジェクトへのポインタ。エラーが発生するならば、このポインタはエラー情報を含んでいる実際のエラーオブジェクトへと設定されます。あなたは、nilをこのパラメータに対して指定するかもしれません、もしあなたがエラー情報を望まないならば。

Return Value 戻り値

YES if the item at url was successfully moved to the trash, or NO if the item was not moved to the trash. YES、もしurlがうまくゴミ箱に移動されたならば、またはNO、もし項目がゴミ箱に移動されなかったならば。

See Also 参照

Creating and Deleting Items 項目の作成と消去