ApplicationDataStorageHelper.CreateCacheFolderAsync(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 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.