Thanks for the quick response.
I take your point on path vs name.
Directory Opus has the move/rename folder function on right click. It is possible, but I don't know how it is scripted.
I assume that the command could be a sequence
eg
copy d:\abc c:\
ren c:\abc c:\def
(or similar), the user would not necessarily see the 2/multi part command.
I am testing which filesystem options feel best, sometimes I want both no dialog & a curtailed dialog so it is an impossible task for you.
Good to know you are updating dialog formats. I understand that it is a lot of work creating this prog & optimizing it.
I guess that with your scripting system I will eventually be able to make the changes I want.
Providing I can learn it!