Monitoring local file transfers
Richard Miller
wow at together.net
Wed Feb 7 19:20:57 EST 2007
Chipp,
Thanks for the suggestion. It's what I had been trying before. It
certainly works in terms of transferring the files. But I can't get
it to show the the progress of transferring any given file, like if I
had transferred it from a remote server to my local computer. I'm
using LibURLSetstatusCallBack, but this type of local transfer does
not seem to generate any feedback. Any thoughts?
Richard
On Feb 7, 2007, at 4:43 PM, Chipp Walters wrote:
> Richard,
>
> You can put a file from one destination to another with:
>
>
> put "C:/test.jpg" into tPath
> put "H:/test.jpg" into tPath2
> put URL("binfile:" & tPath) into URL("binfile:" & tPath2)
>
> If you're copying lots of files, then embedding these statements in a
> repeat loop with an incrementing progressbar should do the trick. You
> can get fancier with a 'send in time' which can also be interrupted as
> well.
>
> You also might want to check out the load command, though don't know
> if that works for local files.
>
> HTH,
> Chipp
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list