Copies the file or folder specified by ResourcePath to a new location.
Syntax
[VB.NET]
Public Function CopyResourceAsync(ByVal ToPath As String)AsTask
[C#]
public Task CopyResourceAsync(string toPath);
Remarks
This method is the asynchronous version of the CopyResource method and is used to support asynchronous operations in WinRT. Please refer to CopyResource for more information.