Hi everyone,
I was wondering if anyone could help me - at the minute I have a c++ program that renames a file and then attempts to move it too a new folder using linux commands and passing them to the 'system()' function. It renames the files no problem - however, it doesn't seem to be able to move them!
It gives no errors for the move command so I'm assuming it's fine, but is there any other reason that it might not be able to move a file?
Any help would be much appreciated :)