LogicalToPhysical

STD.System.Thorlib.LogicalToPhysical ( filename [ , createflag ] )

filenameA null-terminated string containing the logical name of the file.
createflagA boolean value indicating whether to create the filename. If omitted, the default is FALSE.
Return: LogicalToPhysical returns a VARSTRING value.

The LogicalToPhysical function (Logical to Physical) returns the physical name of the file represented by the logical filename.

Example:

A := STD.System.Thorlib.LogicalToPhysical('Fred');