LogicalToPhysical.xml 2.0 KB

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