File Copy Slowness

Discuss RoboTask here
Post Reply
dbortunk
Posts: 27
Joined: Mon Jun 08, 2009 10:38 am

File Copy Slowness

Post by dbortunk »

Why is it that "Create File List" used with a Text Loop-Copy/Move File is very slow to process as opposed to a straight Copy/Move task? The problem with using a straight Copy/Move file task is that there are no Date Filter options there. Is there a reason for this?
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

File Copy Slowness

Post by Oleg »

Because if you use file list in the Copy/Move action this is only one action.
In this case RoboTask uses only optimised native program code and it doesn't need to make the interpretation of the task.
dbortunk
Posts: 27
Joined: Mon Jun 08, 2009 10:38 am

File Copy Slowness

Post by dbortunk »

So why can't the file filter part be built into the Copy/Move task to make it faster
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

File Copy Slowness

Post by Oleg »

You simply may do you task like this:

Search for file // and save to c:\filelist.txt
Copy/Move files // specify in the file list {TextFile(c:\filelist.txt)}
dbortunk
Posts: 27
Joined: Mon Jun 08, 2009 10:38 am

File Copy Slowness

Post by dbortunk »

You mean as opposed to doing the text loop? What is the disadvantage to doing it that way or the advantage of using the text loop?
Post Reply