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

trashItem(at:resultingItemURL:)

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

Declaration 宣言

func trashItem(at url: URL, 
resultingItemURL outResultingURL: AutoreleasingUnsafeMutablePointer<NSURL?>?) throws

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を指定するかもしれません。

Return Value 戻り値

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

See Also 参照

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