NSFileManagerDelegate.ShouldRemoveItemAtPath(NSFileManager, String) 方法

定义

[Foundation.Export("fileManager:shouldRemoveItemAtPath:")]
public virtual bool ShouldRemoveItemAtPath (Foundation.NSFileManager fileManager, string path);
abstract member ShouldRemoveItemAtPath : Foundation.NSFileManager * string -> bool
override this.ShouldRemoveItemAtPath : Foundation.NSFileManager * string -> bool

参数

fileManager
NSFileManager
path
String

返回

属性

适用于