Edit

Share via


ApplicationDataStorageHelper.CreateCacheFolderAsync(String) Method

Definition

Ensure a folder exists at the folder path specified in the LocalCacheFolder.

public System.Threading.Tasks.Task CreateCacheFolderAsync (string folderPath);
member this.CreateCacheFolderAsync : string -> System.Threading.Tasks.Task
Public Function CreateCacheFolderAsync (folderPath As String) As Task

Parameters

folderPath
String

The path and name of the target folder.

Returns

Waiting task until completion.

Applies to