From mboxrd@z Thu Jan 1 00:00:00 1970 From: "darren" Subject: OT: simple file operations in C Date: Mon, 10 Mar 2003 03:33:21 +0000 Message-ID: <1047267201.c3ecdd60teodarren@myrealbox.com> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com List-Id: Content-Type: text/plain; charset="us-ascii" To: reiserfs-list@namesys.com Hi all, Sorry for being slightly off-topic. I want my program to be able copy, move and delete files, but i cannot seem= to find any available functions or system calls to do this. I don't really want to use shell by invoking "exec("mv XX YYY");, and i als= o do not want to fopen 2 files and then do multiple freads and fwrites. Any suggestions? Regards Darren