Jump to content

InetGet without Filename?!


Fargo
 Share

Recommended Posts

I want to download small text files from the Internet and put contents of each file into a variable. I tried InetGet without passing the optional filename parameter to it. I thought by doing this, I'd get the downloaded file content by return, but I was wrong. So, where does InetGet save the file when no filename is given to it?!

Thank you.

Link to comment
Share on other sites

The file name is not optional, only whether to overwrite it and to pause the script while it downloads.

The ones in the [] are optional, the others are not.

InetGet ( "URL", "filename" [, reload [, background]] )

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...