IStorageFolderCreateFolderAsync Method
Creates a folder with specified name as a child of the current storage folder
Namespace: Avalonia.Platform.StorageAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Task<IStorageFolder?> CreateFolderAsync(
string name
)
Function CreateFolderAsync (
name As String
) As Task(Of IStorageFolder)
abstract CreateFolderAsync :
name : string -> Task<IStorageFolder>
- name String
- The display name
TaskIStorageFolderA new
IStorageFolder pointing to the moved file. If not null, the current storage item becomes invalid