how do you make a function that can copy folders (and al subfolders and files )
i know how you let the function know what it ahs to copy![]()
how do you make a function that can copy folders (and al subfolders and files )
i know how you let the function know what it ahs to copy![]()
It is system specific, hallo007. Every operating system has their own way of handling their file system.
A somewhat portable solution is provided by boost::filesystem library. http://www.boost.org.
If you are doing this for a specific operating system, the compiler should come with headers to handle it. "windows.h" for windows... something else for linux... something else for mac... etc
Originally Posted by brewbuck:
Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.
i dont really understand booster
and do you knwo witch header it is for PSP??
PSP?? PlayStation Portable?
You'd better learn some C++ before you start messing with those little devices. And you need a specific compiler to compile for PSP.
"The Internet treats censorship as damage and routes around it." - John Gilmore