Re: CopyFile Equivalent in Linux
From: Bernhard Agthe (Bernhard.AgtheNOSPAM_at_mchp.siemens.de)
Date: 09/13/04
- Next message: General Protection Fault: "Re: Bull*** !"
- Previous message: Wolfgang Draxinger: "Re: Linux runs on Toasters, XBoxes, cellphones..."
- In reply to: Venkat: "CopyFile Equivalent in Linux"
- Next in thread: Tauno Voipio: "Re: CopyFile Equivalent in Linux"
- Reply: Tauno Voipio: "Re: CopyFile Equivalent in Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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]
- Next message: General Protection Fault: "Re: Bull*** !"
- Previous message: Wolfgang Draxinger: "Re: Linux runs on Toasters, XBoxes, cellphones..."
- In reply to: Venkat: "CopyFile Equivalent in Linux"
- Next in thread: Tauno Voipio: "Re: CopyFile Equivalent in Linux"
- Reply: Tauno Voipio: "Re: CopyFile Equivalent in Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]