Creating a directory and copying files
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Does anybody know how to copy files or create directory for a windows environment. I only know how to use the create and copy methods in a .net framework. Thanks Kelvin Chikomo
Depending on how complex your operation is, you can use
CreateDirectory()
,SHCreateDirectoryEx()
,CopyFile()
, andSHFileOperation()
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ