What's the best way to move a folder (with all contents) on a user's system? rename folder tOldFolder to tNewFolder revMoveFolder tOldFolder, tNewFolder or using a shell command Concerned about potential permissions issue that would prevent a proper move. What's the best way around that?