Creates the folder at the specified path.
[VB.NET] Public Function CreateFolderAsync(ByVal Path As String) As Task
[C#] public Task CreateFolderAsync(string path);