in reply to Re: Moving Directory Trees in Win32in thread Moving Directory Trees in Win32
use File::Copy; move ("somefile", "somewhere") || die "Couldn't move somefile to somew +here - $!\n"; [download]