Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!uwm.edu!mixcom!ggvvgg From: ggvvgg@mixcom.UUCP (Dave Fenske) Newsgroups: comp.unix.questions Subject: mv'ing files from a C program Message-ID: <22@mixcom.UUCP> Date: 15 Nov 90 01:26:17 GMT Reply-To: ggvvgg@mixcom.UUCP (Dave Fenske) Distribution: na Organization: MIX: Milwaukee Information eXchange (Public access Usenet, Email) Lines: 7 Is there an easy way to do an 'mv' from a C program? I just want to be able to move a recently read file into another directory, and wish to avoid having to write it there. Using the 'system' call is not deemed wiable for this application. DF