StorageFile.MoveAndReplaceAsync(IStorageFile) Method

Definition

Moves the current file to the location of the specified file and replaces the specified file in that location.

public:
 virtual IAsyncAction ^ MoveAndReplaceAsync(IStorageFile ^ fileToReplace) = MoveAndReplaceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MoveAndReplaceAsync(IStorageFile const& fileToReplace);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MoveAndReplaceAsync(IStorageFile fileToReplace);
function moveAndReplaceAsync(fileToReplace)
Public Function MoveAndReplaceAsync (fileToReplace As IStorageFile) As IAsyncAction

Parameters

fileToReplace
IStorageFile

The file to replace.

Returns

No object or value is returned by this method.

Implements

Attributes

Applies to