Re: [fpc-pascal] TProcess.CurrentDirectory doc

2020-07-07 Thread Marco van de Voort
Op 07/07/2020 om 07:44 schreef Michael Van Canneyt: 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 change

Re: [fpc-pascal] TProcess.CurrentDirectory doc

2020-07-06 Thread Sven Barth via fpc-pascal
Michael Van Canneyt schrieb am Di., 7. Juli 2020, 07:44: > > > On Tue, 7 Jul 2020, Sven Barth via fpc-pascal wrote: > > > Am 06.07.2020 um 23:31 schrieb Alexey Tor. via fpc-pascal: > >> > >> > https://lazarus-ccr.sourceforge.io/docs/fcl/process/tprocess.currentdirectory.html > >> > >> CurrentDire

Re: [fpc-pascal] TProcess.CurrentDirectory doc

2020-07-06 Thread Michael Van Canneyt
On Tue, 7 Jul 2020, Sven Barth via fpc-pascal wrote: Am 06.07.2020 um 23:31 schrieb Alexey Tor. via fpc-pascal: https://lazarus-ccr.sourceforge.io/docs/fcl/process/tprocess.currentdirectory.html CurrentDirectory specifies the working directory of the newly started process.Changing this pro

Re: [fpc-pascal] TProcess.CurrentDirectory doc

2020-07-06 Thread Sven Barth via fpc-pascal
Am 06.07.2020 um 23:31 schrieb Alexey Tor. via fpc-pascal: https://lazarus-ccr.sourceforge.io/docs/fcl/process/tprocess.currentdirectory.html CurrentDirectory specifies the working directory of the newly started process.Changing this property after the process was started has no effect. nee