Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.13 KB

fileinformation_moveasync_1322093618.md

File metadata and controls

33 lines (23 loc) · 1.13 KB
-api-id -api-type
M:Windows.Storage.BulkAccess.FileInformation.MoveAsync(Windows.Storage.IStorageFolder,System.String,Windows.Storage.NameCollisionOption)
winrt method

Windows.Storage.BulkAccess.FileInformation.MoveAsync

-description

Moves the StorageFile to the specified folder and gives it the specified file name. The method also specifies what to do if a file with the same name already exists in the specified folder.

-parameters

-param destinationFolder

The destination folder.

-param desiredNewName

The new file name.

-param option

A value that indicates what to do if the file name already exists in the destination folder.

-returns

No object or value is returned when this method completes.

-remarks

-examples

-see-also

MoveAsync(IStorageFolder), MoveAsync(IStorageFolder, String)