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
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to