0

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?

FortyTwo
  • 2,414
  • 3
  • 22
  • 33
volante089
  • 51
  • 5
  • 2
    See this : https://stackoverflow.com/questions/1050813/copy-folder-file-wiithout-modifying-attributes and this : https://stackoverflow.com/questions/9163831/copy-a-file-with-its-original-permissions – PaulF Feb 16 '23 at 17:19
  • 1
    " as these are normally altered during copying" you might want to explain this – EpicKip Feb 17 '23 at 12:43
  • fixed by copying attributes. Thanks – volante089 Feb 17 '23 at 22:06

0 Answers0