Click or drag to resize
IGDStorageFileMoveAsync Method
Overload List
  NameDescription
Public methodMoveAsync(IGDStorageFolder)
Moves the current file to the specified folder.
Public methodMoveAsync(IGDStorageFolder, String)
Moves the current file to the specified folder and renames the file according to the desired name.
Public methodMoveAsync(IGDStorageFolder, String, NameCollisionOption)
Moves the current file to the specified folder and renames the file according to the desired name. This method also specifies what to do if a file with the same name already exists in the specified folder.
Top
See Also