NSFileManagerDelegate_Extensions.ShouldRemoveItemAtPath Method

Definition

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

Parameters

This
INSFileManagerDelegate

The instance on which this extension method operates.

fileManager
NSFileManager
path
String

Returns

Applies to