Click or drag to resize
IGDStorageFileMoveAsync Method (IGDStorageFolder)
Moves the current file to the specified folder.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
IAsyncAction MoveAsync(
	IGDStorageFolder destinationFolder
)

Parameters

destinationFolder
Type: GDIGDStorageFolder
The destination folder where the file is moved

Return Value

Type: IAsyncAction
No object or value is returned by this method.
Remarks
If you simply want to move a file in your app, see the MoveAsync method of the GDStorageFile class.
See Also