Renames the current file. This method also specifies what to do if an existing item in the current file's location has the same name.
Syntax
storageFile.renameAsync(desiredName, option).done( /* Your success and error handlers */ );
Parameters
- desiredName
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The desired, new name of the current file.
If there is an existing item in the current file's location that already has the specified desiredName, the specified NameCollisionOption determines how Windows responds to the conflict.
- option
-
Type: NameCollisionOption
The enum value that determines how Windows responds if the desiredName is the same as the name of an existing item in the current file's location.
Return value
Type: IAsyncAction
No object or value is returned by this method when it completes.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013