From: botp Date: 2012-01-21T15:51:27+09:00 Subject: Re: Name directory with a variable On Sat, Jan 21, 2012 at 9:08 AM, Alex Sweps wrote: > I am not getting any errors, the script runs almost perfect but when i > check the folders the files are in the test folder. The contents of > test_files is an array of files that have been sorted. Its as if > FileUtils.mv cannot read the variables. note, you are invoking a mv (move), so make sure that every time you run the script, the source files are present (that if you really want something moved)... kind regards -botp