copyfile(3) recursively with COPYFILE_RECURSIVE ?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com The man page for copyfile(3) states that it can do recursive copies if you give it it the COPYFILE_RECURSIVE flag, but said flag is missing from the header copyfile.h. So I tried to copyfile() on a directory containing some files, without this flag, but got an empty directory :(( Very sad ... recursive copying would have been nice. In the source code [1], I see that COPYFILE_RECURSIVE is a compiler directive. Does anyone know the story with COPYFILE_RECURSIVE? Or who I should ask? Thanks, Jerry Krinock [1] http://www.opensource.apple.com/source/copyfile/copyfile-66/copyfile.c _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jerry Krinock