Creates a copy of the file in the specified folder.
Syntax
storageFile.copyAsync(destinationFolder).done( /* Your success and error handlers */ );
Parameters
- destinationFolder
-
Type: IStorageFolder
The destination folder where the copy is created.
Return value
Type: IAsyncOperation<StorageFile>
When this method completes, it returns a StorageFile that represents the copy.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
- StorageFile
- CopyAsync(IStorageFolder, String)
- CopyAsync(IStorageFolder, String, NameCollisionOption)
Build date: 2/25/2013