In our previous episode, Desmond Coertzen said:
> 
> Anyone knows which unit I need to get to PIOFILE and related functions for
> popen, pclose etc to do piping? It's a libc thing i'm looking for, but on
> arm linux (raspbian) with fpc from package manager.

Similar functions for handle based I/O exist in unit Unix.

See e.g. https://www.freepascal.org/docs-html/rtl/unix/popen.html

If it is for output capturing of existing binaries, the crossplatform
TProcess class is usually used.
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to