feature_popen - popen supported?

Description

feature_popen can be used to determine if the current platform supports calling the built-in procedure popen.

Example

if not supported(feature_popen) then
   begin
      writeln('popen not supported on the current platform');
      abort
   end;

Portability

Operating Systems: All
Standard Pascal: No