in reply to Re: Re: Moving filesin thread Moving files
One other point to keep in mind is that using system() can be a security issue. Especially if you are passing user input to the system call.
This node has a quick explanation of the issue.