I want to rename my application folder with a time stamp and then unzip a newer version of my app using the same folder name. Using the Ant (move task), it looks like you can mo
If you want to rename folder, you can use move tag but it there is a cryptic way to use it. As @phasmal said you can use move but it moves the folder inside the desired folder. If you just want to rename, try following.