in reply to Re: Re: Moving files
in 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.