STD.System.Thorlib.LogicalToPhysical ( filename [ , createflag ] )
| filename | A null-terminated string containing the logical name of the file. |
| createflag | A 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');