Subject: Move a folder
From: Dirk Einecke <dirk.einecke gmx.de>
Date: Sun, 9 May 2004 04:38:58 +0900
Hi.
I want to move a folder from "/folder1/foo" to "/folder2/foo". I can not
find a function for moving a folder. Is it right that I've to copy the
src-folder (with FileUtils.cp_r) and then remove this one from the old src?
greeting
Dirk Einecke