Copy one file to temp file
-
Hi all.. I have one file and i want to move it to the temporary path.... can anyone help me.. manju
Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju
manju#123 wrote:
can anyone help me..
With moving the file or figuring out what your temporary folder is?
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch
-
Hi all.. I have one file and i want to move it to the temporary path.... can anyone help me.. manju
Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju
Use the
GetTempPath()
function to retrieve the path of the temporary files directory - see the documentation here. Then to copy the file use the CopyFile() or CopyFileEx() function to copy the file to the temporary directory. Regards, --Perspx"The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia Introduction to Object-Oriented JavaScript