Equivalent of MoveFileEx in Qnx

Hi
Please suggest me the equivalent (API) of MoveFileEx(which is a window based functionality) in QNX.

Thanks in advance.

-Amol

rename() maybe what you are looking for

copy -Rc blah blah

followed by rename ???

Thanks for the help