Rename a fileTag(s): Powerscript
Simply "move" it under a new name with the function
[local function declaration] FUNCTION BOOLEAN MoveFileA(STRING oldfile, STRING newfile) & LIBRARY "KERNEL32.DLL"
[local function declaration] FUNCTION BOOLEAN MoveFileA(STRING oldfile, STRING newfile) & LIBRARY "KERNEL32.DLL" ALIAS FOR "MoveFileA;ansi"