Creates a folder with the specified name.
[VB.NET] Public Function CreateFolderAsync(ByVal FolderName As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> CreateFolderAsync(string folderName);