Question #166235 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/166235

    Status: Answered => Open

pipboy is still having a problem:
Many thanks !! this is very useful to me.
i need to copy and move the latest file (remote) to my computer
i tried shutil module , but it seems not work correctly?

code:

import os
import shutil

....
....

print file, latest 
shutil.copy2( 'file' , 'd:/newname' )      # (remote_latest_file , 
save_to_local_side )

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to