<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p><a class="moz-txt-link-freetext" href="https://lazarus-ccr.sourceforge.io/docs/fcl/process/tprocess.currentdirectory.html">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>
<pre class="moz-signature" cols="72">Alexey Torgashin</pre>
</body>
</html>