CodeGarden 10: The sixth annual Umbraco Developer Conference
June 23-25th 2010 - free ASP.NET MVC pre-conference. Register today!

Move a file

Moves a fiile, this action can also be used to rename a file. No undo option available.

 Alias: MoveFile

<Action 
 runat="install"
 undo="false"
 alias="MoveFile"
 sourceFile="~/bin/UCommerce.Uninstaller.dll.tmp"
 targetFile="~/bin/UCommerce.Uninstaller.dll" />