Set FOCUS=Toggle > CreateFolder FROMCLIPBOARD - not working

I'm trying to create a folder in destination lister using the name of the selected folder from source lister. Here's my button code:

Clipboard COPYNAMES=nopaths Set FOCUS=Toggle CreateFolder FROMCLIPBOARD
Everything works except "CreateFolder".
What am I doing wrong?
Also, If you know a better way to accomplish my goal, please tell me.

Just use this on its own:

@nofilenamequoting CreateFolder "{destpath$}\{file$}"

(Edit, January 2010: Made button work when the dest path contains spaces.)