sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04178
Re: [Question #166235]: about auto-search in a folder
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.