URLToFileName function
Internet utilities
Return to Introduction  Previous page  Next page
Unit
acInet  

Declaration
function URLToFileName(URL: String): String;  

Description
Retrieves the file name from specified URL..  

Example
Result := URLToHostName('http://www.appcontrols.com/appcontrols/overview.html');  
// Result = 'overview.html';  

See also
URLToHostName and ParseURL functions.