<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    On 2010-12-28 22:30, Peter E Williams wrote:<br>
    <blockquote
      cite="mid:AANLkTimzTRFmX6ZH5jLmaWkK6CEHqEdUk5699_fwE2Zh@mail.gmail.com"
      type="cite">Three: Is the a cross-platform function (or procedure)
      for correcting the file path separator character? I believe that
      there is one.<br>
    </blockquote>
    <br>
    From
    <a class="moz-txt-link-freetext" href="http://www.freepascal.org/docs-html/rtl/system/directoryseparator.html">http://www.freepascal.org/docs-html/rtl/system/directoryseparator.html</a>
    :<br>
    <br>
    <p><tt><span class="code"><span class="kw">const</span>
          DirectorySeparator <span class="sym">=</span> <span
            class="chr">'/'</span><span class="sym">;</span></span></tt></p>
    <h2>Description</h2>
    <p><var>DirectorySeparator</var> is the character used by the
      current operating system to separate directory parts in a
      pathname. This constant is system dependent, and should not be
      set. </p>
    <p>This constant is part of a set of constants that describe the OS
      characteristics. These constants should be used instead of
      hardcoding OS characteristics.<br>
    </p>
    <p><br>
    </p>
    <p>Regards<br>
      Žilvinas Ledas<br>
    </p>
    <br>
  </body>
</html>