Re: CopyFile Equivalent in Linux

From: Bernhard Agthe (Bernhard.AgtheNOSPAM_at_mchp.siemens.de)
Date: 09/13/04


Date: Mon, 13 Sep 2004 15:43:54 +0200

Hi,

IIRC you can execute a shell command from within your C Program. So just
write a wrapper like

int myCopyFile (...)
{
   return (execshellcommand (...));
}

Actually I don't remember the name of that function...

Berny Agthe

On 10.09.2004 08:54, Venkat wrote:
> Hi All,
>
> I was trying to use CopyFile method on Linux but it throws errors.
> The CopyFile function copies an existing file to a new file.

[snip]


Quantcast