GeFCopyFile() copy folders?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/11/2006 at 15:42, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.2-10.0
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;---------
As the subject suggests, will GeFCopyFile() copy a folder from source to dest? If not, does this really mean that I will need to use GeFCreateDir() for the dest folder and any subfolders and then GeFCopyFile() the source folder/subfolder contents to the dest folder/subfolders?Thanks,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/11/2006 at 08:30, xxxxxxxx wrote:
That´s correct.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/11/2006 at 09:02, xxxxxxxx wrote:
Already put it to the test and, yep, the hard road for me.
At least a good recursion makes this less painless.