Download the specified URL to a file.
Download the specified URL to a file.
The URL
File to receive the output. If the file exists, it is overwritten. If the file does not exist, it is created. If any of the directories in the path do not exist, they are created.
Right(pathOut) on success; Left(error) on failure
Download the specified URL to a file.
Download the specified URL to a file.
The string containing the URI/URL
File to receive the output. If the file exists, it is overwritten. If the file does not exist, it is created. If any of the directories in the path do not exist, they are created.
Download the specified URL to a file.
Download the specified URL to a file.
The URL
Path of file to receive the output. If the file exists, it is overwritten. If the file does not exist, it is created. If any of the directories in the path do not exist, they are created.
Download the specified URL to a file.
Download the specified URL to a file.
The string containing the URI/URL
Path of file to receive the output. If the file exists, it is overwritten. If the file does not exist, it is created. If any of the directories in the path do not exist, they are created.
Download the specified URL to a file.
Download the specified URL to a file. The name of the file is taken from the URL, if possible, or generated otherwise.
The string containing the URI/URL
the file to which the output was written.
Execute a block of code with a downloaded, temporary file.
Execute a block of code with a downloaded, temporary file. The specified URL is downloaded to a file, the file is passed to the block, and when the block exits, the file is removed.
the URL
the block to execute
Left(error) on error. Right(t), where t is what the
block returns, on success.
Execute a block of code with a downloaded, temporary file.
Execute a block of code with a downloaded, temporary file. The specified URL is downloaded to a file, the file is passed to the block, and when the block exits, the file is removed.
the URL
the block to execute
Left(error) on error. Right(t), where t is what the
block returns, on success.
URL-related utility methods.