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

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public 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.

Implements

IGDStorageFileMoveAsync(IGDStorageFolder)
Exceptions
ExceptionCondition
Exception File could not de moved. Possible HResult values:
ERROR_ALREADY_EXISTS
E_FAIL
See Also