Edit

Share via


ApplicationDataStorageHelper.TryDeleteItemAsync(String) Method

Definition

Deletes a file or folder item.

public System.Threading.Tasks.Task<bool> TryDeleteItemAsync (string itemPath);
abstract member TryDeleteItemAsync : string -> System.Threading.Tasks.Task<bool>
override this.TryDeleteItemAsync : string -> System.Threading.Tasks.Task<bool>
Public Function TryDeleteItemAsync (itemPath As String) As Task(Of Boolean)

Parameters

itemPath
String

The path to the item for deletion.

Returns

Waiting task until completion.

Implements

Applies to