Top "Copy" questions

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

Improve write speed for high speed file copy?

I've been trying to find out the fastest way to code a file copy routine to copy a large file …

c++ windows copy raid
Can't print .prn file using cmd on network printer

I'm trying print prn file in my c# program. To do it I'm trying first find solution to command that …

printing copy cmd network-printers
Copy a file in Ruby on Rails

I would like to copy a file from my computer to another specified path. The file has to be chosen …

ruby-on-rails file csv copy filefield
Copy content of subfolders with Ant

How can I copy content of all subfolders of given folder using Ant? i.e. I have such folder structure …

ant copy fileset
Marshal.Copy, copying an array of IntPtr into an IntPtr

I can't figure out how does the Copy(IntPtr[], Int32, IntPtr, Int32) method works. I though it could copy the …

c# arrays copy marshalling intptr
Array.Copy vs Skip and Take in c#

I was browsing this question and some similar ones: Getting a sub-array from an existing array Many places I read …

c# arrays copy skip take
Conveniently copy std::vector<unsigned char> to input stream (std::istream) object

I'm trying to make use of a function which comes in a 3rd party lib and expects an input stream …

c++ vector copy istream unsigned-char
Copy a function in memory and execute it

I would like to know how in C in can copy the content of a function into memory and the …

c memory copy execute
Copy Files with exact Structure into another Directory using XCopy

Think I want to copy this file C:\Majid\File\text.txt to D:\Copied (C:\Majid\File\text.txt …

windows file copy xcopy
vim system register * and + not working

:echo has('clipboard') returns 1, but whenever I execute "+yy" or "*yy" nothing seems to be in those registers. If I …

vim copy freebsd