Click or drag to resize

ExtensionsDirectoryInfoCopyAsync Method

Overload List
  NameDescription
Public methodStatic memberCopyAsync(FileInfo, DirectoryInfo)
Creates a copy of the file in the specified folder.
Public methodStatic memberCopyAsync(FileInfo, DirectoryInfo, String)
Creates a copy of the file in the specified folder and renames the copy.
Public methodStatic memberCopyAsync(FileInfo, DirectoryInfo, 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