Page 1 of 1

Why is revCopyFile so slow?

Posted: Sun Oct 06, 2013 7:27 pm
by andrewferguson
Hello,
I am trying to copy a large amount of files (around 10000)using the revCopyFile command. I looked in the dictionary and I saw that it uses "system services on each platform to perform the copy". I then tried copying the same files using Windows, and it took about one minute. The revCopyFile command was taking about 2 hours before I gave up and cancelled it.
Is there a reason why the revCopyFile command is much slower than the normal windows "Copy"?
Thanks,
Andrew

Re: Why is revCopyFile so slow?

Posted: Sun Oct 06, 2013 10:37 pm
by Simon
Hi Andrew,
Maybe you could try the shell "copy" command?
I guess if it works faster using Windows copy wouldn't it be the same thing?

Simon

Re: Why is revCopyFile so slow?

Posted: Thu Oct 10, 2013 5:19 pm
by andrewferguson
Hi Simon,
Thanks, but sadly I might want to go cross platform with this, do I guess it will stay with revCopyFile for convenience right now.
Al least I now have added a progress bar so I can see how far it has to go!

Andrew

Re: Why is revCopyFile so slow?

Posted: Thu Oct 10, 2013 5:31 pm
by Simon
Hi Andrew,
On Mac it's "cp"

Simon

Re: Why is revCopyFile so slow?

Posted: Thu Oct 10, 2013 5:46 pm
by andrewferguson
Thanks Simon!

Andrew