How can I copy a folder from one location to another location through code
-
I am developing a application using vc++. I want to copy a folder with its entire contains from one location to another location through code. How can I achieve this using VC++ 6.0.
sujtha wrote:
I am developing a application using vc++.
MFC? Use the
CopyFile
function.Nobody can give you wiser advice than yourself. - Cicero
-
I am developing a application using vc++. I want to copy a folder with its entire contains from one location to another location through code. How can I achieve this using VC++ 6.0.
-
I am developing a application using vc++. I want to copy a folder with its entire contains from one location to another location through code. How can I achieve this using VC++ 6.0.
my suggestion is
SHFileOperation
:)
WhiteSky
-
sujtha wrote:
I am developing a application using vc++.
MFC? Use the
CopyFile
function.Nobody can give you wiser advice than yourself. - Cicero
brahmma wrote:
Use the CopyFile function.
This operates on one file at a time, plus a call to
CreateDirectory()
would also need to be used.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
I am developing a application using vc++. I want to copy a folder with its entire contains from one location to another location through code. How can I achieve this using VC++ 6.0.
sujtha wrote:
I am developing a application using vc++. I want to copy a folder with its entire contains from one location to another location through code. How can I achieve this using VC++ 6.0.
http://www.codeproject.com/shell/cshellfileop.asp[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief And You