I have a problem I can't copy the contents of a folder exactly, as these are normally altered during copying using the classic IO.File.Copy
commands or with the My.Computer.FileSystem.CopyFile
function by vb.net.
Is there a single file bit-to-bit copy method without altering file and folder attributes?