|
URLToFileName function
Internet utilities |
|
| acInet
|
| function URLToFileName(URL: String): String;
|
| Retrieves the file name from specified URL..
|
| Result := URLToHostName('http://www.appcontrols.com/appcontrols/overview.html');
|
| // Result = 'overview.html';
|
| URLToHostName and ParseURL functions.
|