Top "Copy" questions

To copy is to create a duplicate of an object without destroying the original.

Copying files from one directory to another in Java

I want to copy files from one directory to another (subdirectory) using Java. I have a directory, dir, with text …

java file directory copy
How to copy a char array in C?

In C, I have two char arrays: char array1[18] = "abcdefg"; char array2[18]; How to copy the value of array1 to …

c arrays char copy
Is there a function to make a copy of a PHP array to another?

Is there a function to make a copy of a PHP array to another? I have been burned a few …

php arrays copy
How do I copy items from list to list without foreach?

How do I transfer the items contained in one List to another in C# without using foreach?

c# oop list foreach copy
copying all contents of folder to another folder using batch file?

I have a folder in C:\Folder1 I want to copy all the contents of Folder1 to another location, D:\…

windows batch-file copy directory
Copy the entire contents of a directory in C#

I want to copy the entire contents of a directory from one location to another in C#. There doesn't appear …

c# .net directory copy
Copy files from one directory into an existing directory

In bash I need to do this: take all files in a directory copy them into an existing directory How …

bash file directory copy cp
How to copy file from HDFS to the local file system

How to copy file from HDFS to the local file system . There is no physical location of a file under …

hadoop copy hdfs
Using scp to copy a file to Amazon EC2 instance?

I am trying to use my Mac Terminal to scp a file from Downloads (phpMyAdmin I downloaded online) to my …

amazon-ec2 terminal copy scp public-key
How to copy a file from one directory to another using PHP?

Say I've got a file test.php in foo directory as well as bar. How can I replace bar/test.…

php file file-io copy filesystems