![]() |
|
No such thing as a small change | |
PerlMonks |
Re: File copy progress.by repson (Chaplain) |
on Dec 05, 2000 at 10:52 UTC ( #44965=note: print w/replies, xml ) | Need Help?? |
Your could look at using a 'whirlygig'.
Simply fork and do the copy in the child while the parent shows that it is still running. When the child ends it will send a SIGCHLD. Or do the copy in the parent and kill the child when you finish. Or in the parent you could periodically check the size of the destination file (though I think windows keeps it at 0 until the file is done) and display that somehow.
In Section
Seekers of Perl Wisdom
|
|