IStorageFolderCreateFileAsync Method
Creates a file 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<IStorageFile?> CreateFileAsync(
string name
)
Function CreateFileAsync (
name As String
) As Task(Of IStorageFile)
abstract CreateFileAsync :
name : string -> Task<IStorageFile>
- name String
- The display name
TaskIStorageFileA new
IStorageFile pointing to the moved file. If not null, the current storage item becomes invalid