Click or drag to resize
IGDStorageFileMoveAndReplaceAsync Method
Moves the current file to the location of the specified file and replaces the specified file in that location.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
IAsyncAction MoveAndReplaceAsync(
	IGDStorageFile fileToReplace
)

Parameters

fileToReplace
Type: GDIGDStorageFile
The file to replace.

Return Value

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