次の方法で共有


NSFileManagerDelegate_Extensions.ShouldMoveItemAtPath メソッド

定義

public static bool ShouldMoveItemAtPath (this Foundation.INSFileManagerDelegate This, Foundation.NSFileManager fileManager, string srcPath, string dstPath);
static member ShouldMoveItemAtPath : Foundation.INSFileManagerDelegate * Foundation.NSFileManager * string * string -> bool

パラメーター

This
INSFileManagerDelegate

この拡張メソッドが動作するインスタンス。

fileManager
NSFileManager
srcPath
String
dstPath
String

戻り値

適用対象