Hi,
I have a mounted filesystem (debian), and have to move a file after some processing from the temporary directory to another directory.
Don't want to use system call for mv unix command.
Tried using rename C++ function but it doesn't work on mounted file system.
So I am looking for some other built in C++ function, similar to the mv command to accomplish this.
Appreciate if anybody can tell me with t his.
Thanks,
Tewari
I have a mounted filesystem (debian), and have to move a file after some processing from the temporary directory to another directory.
Don't want to use system call for mv unix command.
Tried using rename C++ function but it doesn't work on mounted file system.
So I am looking for some other built in C++ function, similar to the mv command to accomplish this.
Appreciate if anybody can tell me with t his.
Thanks,
Tewari