Click or drag to resize
GDStorageFileCopyAndReplaceAsync Method
Replaces the specified file with a copy of the current file.

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

Parameters

fileToReplace
Type: GDIGDStorageFile
The file to replace.

Return Value

Type: IAsyncAction
No object or value is returned when this method completes.

Implements

IGDStorageFileCopyAndReplaceAsync(IGDStorageFile)
See Also