<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Am 06.07.2020 um 23:31 schrieb Alexey
      Tor. via fpc-pascal:<br>
    </div>
    <blockquote type="cite"
      cite="mid:a0f67bd8-53f0-9938-de21-e06ffb1acc6c@ya.ru">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <p><a class="moz-txt-link-freetext"
href="https://lazarus-ccr.sourceforge.io/docs/fcl/process/tprocess.currentdirectory.html"
          moz-do-not-send="true">https://lazarus-ccr.sourceforge.io/docs/fcl/process/tprocess.currentdirectory.html</a></p>
      <p><var>CurrentDirectory</var> specifies the working directory of
        the newly started process.Changing this property after the
        process was started has no effect. <br>
      </p>
      <p>need more info there! a) what happens when the process, eg Bash
        file, changes its working dir (via "cd") many times and I read
        CurrentDirectory eg during OnReadData (ASyncProcess)? do I get
        changed cur-dir, or initial dir? b) do i get changed dir on all
        OSes? c) if Bash file runs child bash file which changes
        cur-dir, do i get changed dir?<br>
      </p>
    </blockquote>
    <br>
    Please report on Mantis.<br>
    <br>
    Regards,<br>
    Sven<br>
  </body>
</html>