Edit

Share via


ApplicationDataStorageHelper.CreateFolderAsync(String) Method

Definition

Ensure a folder exists at the folder path specified.

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

Parameters

folderPath
String

The path and name of the target folder.

Returns

Waiting task until completion.

Implements

Applies to