HTMLToDos Function


Unit

HTMLun2

Syntax

function HTMLToDos(FileName: String): string;

Description

The HTMLToDos function converts an HTML style filename to one for Dos. If the filename is in Dos format to begin with, no change takes place.

Example

After the call,

S := HTMLToDos('file:///c|/Big/Images/Glass.bmp');

S will contain 'c:\Big\Images\Glass.bmp'.

See Also:

DosToHTML Function