From: Stefano Crocco Date: 2009-12-23T06:52:50+09:00 Subject: Re: Newbie - Moving Contents From Folder to Another On Tuesday 22 December 2009, Wood Yee wrote: > |Hi! I'm trying to create a program that will move contents that I've > |downloaded (i.e. folder called "Downloads") to another folder ("Songs"). > |In other words, save mp3's to "Downloads", then run a Ruby script to > |move them to folder called "Songs". Can anyone point the way? I'm > |playing ftools library but can't find how to do this. Thanks so much! See the documentation for FileUtils.mv Stefano