nrodes
03-06-2009, 22:05
I need to make a program that will download a file from the web and save it to a specific location. I am currently trying to do this with
USES "INET"
INET_downloadURL ("http://www.najsite.com/file.txt", "C:\Documents and Settings\All Users\Desktop\file.txt)
It does not seem to work. What's wrong? Should I use a different command?
Thanks in advance.
USES "INET"
INET_downloadURL ("http://www.najsite.com/file.txt", "C:\Documents and Settings\All Users\Desktop\file.txt)
It does not seem to work. What's wrong? Should I use a different command?
Thanks in advance.