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