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)
- C#
- VB
- F#
Task<IStorageItem?> MoveAsync(
IStorageFolder destination
)
Function MoveAsync (
destination As IStorageFolder
) As Task(Of IStorageItem)
abstract MoveAsync :
destination : IStorageFolder -> Task<IStorageItem>
Parameters
- IStorageFolder
- The IStorageFolder to move the item into