Cloning a folder?

2010-09-23 Thread David Bovill
Is there an easy way to script cloning a folder within the same enclosing folder but giving it a new name? I want this to work cross platform. Any help with the following general purpose handler? command rev_CopyAndRename originalFolder, newFolder -- work in progress set the itemdelimiter

Re: Cloning a folder?

2010-09-23 Thread J. Landman Gay
to the end of the name ie ./folder 2 Is there an easy way to script cloning a folder within the same enclosing folder but giving it a new name? I want this to work cross platform. Any help with the following general purpose handler? command rev_CopyAndRename originalFolder, newFolder -- work