mv'ing files from a C program

Doug Gwyn gwyn at smoke.brl.mil
Fri Nov 16 08:07:56 AEST 1990


In article <22 at mixcom.UUCP> ggvvgg at mixcom.UUCP (Dave Fenske) writes:
>Is there an easy way to do an 'mv' from a C program?

Use the rename() function if you have it, otherwise system("mv...").



More information about the Comp.unix.questions mailing list