Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!emory!wa4mei!holos0!wdh From: wdh@holos0.uucp (Weaver Hickerson) Newsgroups: comp.unix.questions Subject: Re: mv'ing files from a C program Message-ID: <1990Nov15.221117.9711@holos0.uucp> Date: 15 Nov 90 22:11:17 GMT References: <22@mixcom.UUCP> Distribution: na Organization: Holos Software, Inc., Atlanta, GA Lines: 9 Eepeep: WHAT, Noname? main() { link("Oldfile","Newfile"); /* link the Newfile with Oldfile */ unlink("Oldfile"); /* unlink the oldfile */ /* link and unlink are described in your Programmer's ref manual */ } -- -Weaver Hickerson Voice (404) 496-1358 : ..!edu!gatech!holos0!wdh