True/False
To invoke File's Copy( ) method to make a copy of "source.txt", naming the new file "target.txt", you would write: File.Copy("source.txt", "target.txt"); because Copy is a static member of the File class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q62: Which of the following is an abstract
Q63: Which of the following class has public
Q64: PadRight( ) and PadLeft( ) methods of
Q65: The constructor for the StreamWriter class is
Q66: StreamReader inFile = new StreamReader("name.txt");<br>While ((inValue =
Q68: The files created using the _ class
Q69: The File, FileInfo, Directory, and DirectoryInfo classes
Q70: Every member of the File class is
Q71: The StreamWriter method(s) that clears all buffers
Q72: FileInfo and DirectoryInfo classes expose only static