file-copying
Checking when shutil.copyfile is done
I have a such code: for file in file_list: shutil.copyfile(file,newpath) #do further actions And here is the question, at#do further actions I use the copied f iles thus I need to make sure the shu[详细]
2023-01-04 22:41 分类:问答CopyFileEx with multiple files, but only one copy dialog
I\'ve searched the web and stackoverflow for this. I want to copy multiple files from multiple sources to multiple destinations. I don\'t bother with UnauthorizedAccessExceptions yet - the files are[详细]
2023-01-04 16:36 分类:问答Using windows CopyFile function to copy all files with certain name format
Hello! I am updating some C code that copys files with a certain name. basically, I have a directory with a bunch of files named like so:[详细]
2023-01-03 00:27 分类:问答copyfile is copying into VirtualStore folder?
I have created one application on Vista, that is running with admin privileges. I am trying to copy one file to ProgramData\\Application\\ folder.[详细]
2023-01-02 22:18 分类:问答Can't copy big DB files using "copy", "robocopy" or even "eseutil"
I am having a problem copying large DB files (~100GB)in an automated script I am trying to write for a Windows Server.I have tried using \"copy\", \"robocopy\", and even \"eseutil\".[详细]
2022-12-19 09:10 分类:问答Copying files which the main thread adds to a stringlist using a thread
I have a web creation program which, when building a site, creates hundreds of files. When the internet root folder is situated on the local pc, the program runs fine. If the internet root folder is[详细]
2022-12-16 11:31 分类:问答Performant File Copy in C#?
I have a huge directory of about 500k jpg files, and I\'d like to archive all files that are older than a certain date.Currently, the script takes hours to run.[详细]
2022-12-10 02:12 分类:问答