Is this broken in .62 or .64?
I can't get it to work and I need to have the program I'm working on done tomorrow.
*EDIT
I updated to .84 and its still not working.
Develop games in your browser. Powerful, performant & highly capable.
It took some fiddling but I was able to do it with python.
In case anyone is interested.
////////////
import shutil
shutil.copy(MovingText.Text, NFolder.Text)
//shutil.move(oldpath, newpath) should work too, haven't tried it yet.