Click or drag to resize
GDStorageFileCopyAsync Method
Overload List
  NameDescription
Public methodCode exampleCopyAsync(IGDStorageFolder)
Creates a copy of the file in the specified folder.
Public methodCode exampleCopyAsync(IGDStorageFolder, String)
Creates a copy of the file in the specified folder and renames the copy.
Public methodCode exampleCopyAsync(IGDStorageFolder, String, NameCollisionOption)
Creates a copy of the file in the specified folder and renames the copy. This method also specifies what to do if a file with the same name already exists in the destination folder.
Top
See Also