Copies a file from this file system to another file system.
CopyTo(FileInfoBase, FileInfoBase) | Copies a file from this file system to another file system. |
CopyTo(FileInfoBase, FileSystem, String) | Copies a file from this file system to another file system. |
CopyTo(String, FileSystem, String) | Copies a file from this file system to another file system. |
CopyTo(FileInfoBase, Int64, FileInfoBase, Int64, Int64) | Copies a file from this file system to another file system. |
CopyTo(FileInfoBase, Int64, FileSystem, String, Int64, Int64) | Copies or resumes copy a file from this file system to another file system. |
CopyTo(String, Int64, FileSystem, String, Int64, Int64) | Copies or resumes copy a file from this file system to another file system. |
CopyTo(FileInfoBase, Int64, Stream, Int64, Int64) | Copies or resumes copy a file from this file system to a stream. |
CopyTo(String, Int64, Stream, Int64, Int64) | Copies or resumes copy a file from this file system to a stream. |