how to copy a file from one location to paste anothe location
-
Hi all I want to copy some file(like .dll ,.exe etc) from some perticular location and paste to another location and i m using Shellexecute but it is not working. so can u help me out get it done. shellexecut(m_hwd, "copy", "Path of the source directory","path of the destination directory",NULL,NULL); Thanks in advance RYK
-
Hi all I want to copy some file(like .dll ,.exe etc) from some perticular location and paste to another location and i m using Shellexecute but it is not working. so can u help me out get it done. shellexecut(m_hwd, "copy", "Path of the source directory","path of the destination directory",NULL,NULL); Thanks in advance RYK
Use the Windows API function
CopyFile()
[^] instead. If you need to copy multiple files or folders, you can useSHFileOperation()
[^].Software Zen:
delete this;
Fold With Us![^]