Discussion 議論
It is recommended that you assign a delegate to the file manager object only if you allocated and initialized the object yourself. Avoid assigning a delegate to the shared file manager obtained from the default
method.
あなたがある委任先をファイルマネージャオブジェクトに割り当てることが推奨されるのは、あなた自身でオブジェクトをアロケートして初期化した場合にのみです。委任先をdefault
メソッドから取得される共有ファイルマネージャに割り当てることは避けてください。
The default value of this property is nil
. When assigning a delegate to this property, your object must conform to the NSFile
protocol.
このプロパティの省略時の値はnil
です。委任先をこのプロパティに割り当てる場合、あなたのオブジェクトはNSFile
プロトコルに準拠しなければなりません。