ApplicationDataStorageHelper.CreateFolderAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.