HyperWorks Tools

::hwat::io::ReadFileFromURL

::hwat::io::ReadFileFromURL

Previous topic Next topic No expanding text in this topic  

::hwat::io::ReadFileFromURL

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::io::ReadFileFromURL - Reads file from the URL, into the temp local file in current directory if needed.

 

SYNTAX

::hwat::io::ReadFileFromURL $str_url

 

ARGUMENTS

Str_url

URL to a file. (Example: http:://www.test.com/xml/test.xml).

 

RETURNS

A local filename if successful, {} otherwise.

 

EXAMPLE

::hwat::io::ReadFileFromURL "http://www:8080/~roman/xml/1.xml".

 

 

See also

I/O Functions