Hi Da-Elf
What debugging have you tried? The dictionary says that the actual work of moving is done by AppleScript or Shell (depending on platform obviously) and errors are put in the result function. I note in the script you posted that you aren't using this function (maybe you are and you just posted a simpler version of your real code) - if not then maybe try something like the following just after calling revMoveFolder:
Code: Select all
put the result into tResult
answer tResult
Also, again just in case you are not actually calling revMoveFolder from a mouseUp, please note that i don't think you can call it too early (certainly after preOpenStack) in the start up sequence.
There are other things you could try such as: what platform and version of LC you are using, have you checked for LC bugs agains those versions, have tried the functionality with brand new test stacks, have you tried with different locations, with different OS's, with different versions of LC, with different files? - um that's all I can think of - good luck!
Dave