Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Filemove really slow..

$
0
0
I normally use filemove for renaming and that kind of stuff

But for once i used it to actually move some files but

But it was really really slow, the amount of files was about 596mb

but it took ages like 1 min & 40 secs for 47 files.. is this about right? Its on a Core I5 machine with 8 Gig of ram

Heres the code have i done something wrong?
[ autoit ]      
    Local $aAllFile = _RecFileListToArray(@ScriptDir, "*.par2;*.r*;*.z*;*.0*", 1,0)     ;~    _ArrayDisplay($aAllFile, "Files")     If IsArray($aAllFile) Then         For $i = 1 To $aAllFile[0]             FileMove(@ScriptDir & "\" & $aAllFile[$i], @ScriptDir & "\Archive\", 9)             Sleep(2000)         Next     EndIf

on a copy and paste it seemed about 15 secs ?

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>