Has anyone figured out how to have DW JavaScript create a folder and rename it?
This makes the folder: if (site.makeNewFolder()){ alert('Created
folder'); } else{ alert('Unable to create folder'); } but I can't rename
it. Since this leaves the cursor in the sitepanel in 'rename file/folder' mode
I can't figure out how to progmatically rename the folder. Any ideas are
greatly appreciated! Regards, Steve