Moves the current file to the specified folder.
Syntax
storageFile.moveAsync(destinationFolder).done( /* Your success and error handlers */ );
Parameters
- destinationFolder
-
Type: IStorageFolder
The destination folder where the file is moved.
This destination folder must be a physical location. Otherwise, if the destination folder exists only in memory, like a file group, this method fails and throws an exception.
Return value
Type: IAsyncAction
No object or value is returned by this method.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
- StorageFile
- MoveAsync(IStorageFolder, String)
- MoveAsync(IStorageFolder, String, NameCollisionOption)
Build date: 2/25/2013