Top "Copy" questions

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

How do you copy/paste from the clipboard in C++?

I'm still a C++ newbie who has only recently learned some file manipulation. I looked it up online and the …

c++ copy clipboard paste
Subprocess cp returns error - bufsize must be integer

I'm trying to copy from one directory to another, and rename them at the same time by calling 'cp' like …

python python-2.7 copy subprocess cp
How to create a deep copy of an object in Ruby?

I did some searching found some different methods and posts about creating a deep copy operator. Is there a quick …

ruby-on-rails ruby object copy deep-copy
Can I show file copy progress using FileInfo.CopyTo() in .NET?

I've created a copy utility in c# (.NET 2.0 Framework) that copies files, directories and recursive sub directories etc. The program …

c# .net copy fileinfo
Copy entire directory to output folder maintaining the folder structure?

I want a specific directory to be copied to output folder ("bin") on every build. I think it can be …

visual-studio visual-studio-2012 directory copy xcopy
How to ignore null values using springframework BeanUtils copyProperties?

I would like to know how to copy the properties from an Object Source to an Object Dest ignoring null …

java spring copy notnull
-[MyClassName copyWithZone:] unrecognized selector sent to instance

My application crashed with the reason: -[MyClassName copyWithZone:] unrecognized selector sent to instance I have two classes. Let's say …

iphone objective-c class crash copy
How to avoid 'are the same file' warning message when using cp in Linux?

I'm trying to copy certain files from one directory to another. Using this command find "$HOME" -name '*.txt' -type …

linux bash copy cp
how to copy between folders and parent folder without complete path

This is a basic question but I am struggling to find a decent solution. This is hindering my script from …

linux copy parent local cp
Copy files from a folder of SD card into another folder of SD card

Is it possible to copy a folder present in sdcard to another folder present the same sdcard programmatically ?? If so, …

android copy directory android-sdcard android-file