How can I copy and paste a file in Windows using C++?

后端 未结 6 1713
慢半拍i
慢半拍i 2021-01-18 02:15

I have googled this, but I am still confused about how to use it. I am making a file manager, and I want to be able t o copy and paste a file into a new directory. I know

6条回答
  •  耶瑟儿~
    2021-01-18 02:38

    http://msdn.microsoft.com/en-us/library/windows/desktop/aa363851(v=vs.85).aspx

    I don't know what you mean by copy and paste a file; that makes no sense. You can copy a file to another location and I assume that's what you are asking about.

提交回复
热议问题