Copy Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.IO Namespace
File Class
File Methods
Copy Method
Copy Method (String, String)
Copy Method (String, String, B ...
File Methods
AppendAllText Method
AppendText Method
Copy Method
Create Method
CreateText Method
Decrypt Method
Delete Method
Encrypt Method
Exists Method
GetAccessControl Method
GetAttributes Method
GetCreationTime Method
GetCreationTimeUtc Method
GetLastAccessTime Method
GetLastAccessTimeUtc Method
GetLastWriteTime Method
GetLastWriteTimeUtc Method
Move Method
Open Method
OpenRead Method
OpenText Method
OpenWrite Method
ReadAllBytes Method
ReadAllLines Method
ReadAllText Method
Replace Method
SetAccessControl Method
SetAttributes Method
SetCreationTime Method
SetCreationTimeUtc Method
SetLastAccessTime Method
SetLastAccessTimeUtc Method
SetLastWriteTime Method
SetLastWriteTimeUtc Method
WriteAllBytes Method
WriteAllLines Method
WriteAllText Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
File
.
.
::
.
Copy Method
Copies an existing file to a new file.
Overload List
Name
Description
Copy(String, String)
Copies an existing file to a new file. Overwriting a file of the same name is not allowed.
Copy(String, String, Boolean)
Copies an existing file to a new file. Overwriting a file of the same name is allowed.
Top
See Also
Reference
File Class
File Members
System.IO Namespace
Tags :