From: Gus Hoppes Date: 2007-04-03T02:49:53+09:00 Subject: folder delete script ------=_Part_130387_8385277.1175536191687 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. I am a rubyn00b. I need help. I'm trying to write a script that will delete specific sub folders in a particular folder. I would like to delete all folders that begin with lets say the letter "T" that are two weeks old. It would probably work like the deltree command in dos (deltree T*.* /s). How would I write that in ruby? Is it also possible to use wildcards in ruby? If so how? Any help would be greatly appreciated. TY! ------=_Part_130387_8385277.1175536191687--