From: David Masover Date: 2009-02-23T10:39:19+09:00 Subject: Re: ruby nooby anthony wrote: > I want to write a script that will go through my BACKUPS folder and do > the following: > > 1. Create folders for each platform in some arbitrary location, if the > folders already exist then gracefully move on. > > 2. Copy data image files by extension into the appropriate newly created > folders. > > 3. Sort the files that now exist in the newly created folders by date, > preferably by month. > > > Much thanks in advance. Was there a question in there somewhere?