Monitoring local file transfers
Chipp Walters
chipp at chipp.com
Wed Feb 7 16:43:40 EST 2007
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
More information about the use-livecode
mailing list