LogicalToPhysical.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="LogicalToPhysical">
  5. <title>LogicalToPhysical</title>
  6. <para><emphasis role="bold">STD.System.Thorlib.LogicalToPhysical <indexterm>
  7. <primary>STD.System.ThorLib.LogicalToPhysical</primary>
  8. </indexterm> <indexterm>
  9. <primary>System.ThorLib.LogicalToPhysical</primary>
  10. </indexterm> <indexterm>
  11. <primary>ThorLib.LogicalToPhysical</primary>
  12. </indexterm> <indexterm>
  13. <primary>LogicalToPhysical</primary>
  14. </indexterm> (</emphasis> <emphasis> filename </emphasis> <emphasis
  15. role="bold">[</emphasis> <emphasis>, createflag </emphasis> <emphasis
  16. role="bold">]</emphasis> <emphasis> </emphasis> <emphasis
  17. role="bold">)</emphasis></para>
  18. <informaltable colsep="1" frame="all" rowsep="1">
  19. <tgroup cols="2">
  20. <colspec colwidth="80.50pt" />
  21. <colspec />
  22. <tbody>
  23. <row>
  24. <entry><emphasis>filename</emphasis></entry>
  25. <entry>A null-terminated string containing the logical name of the
  26. file.</entry>
  27. </row>
  28. <row>
  29. <entry><emphasis>createflag</emphasis></entry>
  30. <entry>A boolean value indicating whether to create the
  31. <emphasis>filename</emphasis>. If omitted, the default is
  32. FALSE.</entry>
  33. </row>
  34. <row>
  35. <entry>Return:<emphasis> </emphasis></entry>
  36. <entry>LogicalToPhysical returns a VARSTRING value.</entry>
  37. </row>
  38. </tbody>
  39. </tgroup>
  40. </informaltable>
  41. <para>The <emphasis role="bold">LogicalToPhysical </emphasis>function
  42. (Logical to Physical) returns the physical name of the file represented by
  43. the logical <emphasis>filename</emphasis>.</para>
  44. <para>Example:</para>
  45. <programlisting format="linespecific">A := STD.System.Thorlib.LogicalToPhysical('Fred');</programlisting>
  46. </sect1>