Skip to main content

MoveAsync Method

Moves the current storage item and it's contents to a IStorageFolder

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)

Task<IStorageItem?> MoveAsync(
IStorageFolder destination
)
View Source

Parameters

  IStorageFolder
The IStorageFolder to move the item into

Return Value

Task(IStorageItem)

See Also

Reference

IStorageItem Interface
Avalonia.Platform.Storage Namespace