EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

str.iurl

The method is used to parse a URL address.

method uint str.iurl (
   str host,
   str port,
   str path
)

Parameters

host The string for getting the host name.
port The string for getting the port.
path The string for getting the relative path.

Return value

1 is returned if the FTP protocol was specified. Otherwise, 0 is returned.

Related links

Source