Recursive Rename BUG!

The following code works as expected when renamimg files at their EXISTING location/path
Rename FROM "d:\source*" TO "Great .god" RECURSE number 00

When I modify the function to insert a path before the filename, only the first level (non recursive) get's moved although the recursion renames the rest of the files below the source root.

@set Dest = c:\Target
Rename FROM "d:\source*" TO "{$Dest}Great .god" RECURSE number 00

Is this a bug?

I guess it is a bug (although not a "BUG!!!", IMO). You should report it to GPSoftware if you want it fixed.

Thanks Leo for responding.