opening piped data as a file stream.

General FreeBASIC programming questions.
Post Reply
Trenton_net
Posts: 44
Joined: Jun 16, 2008 1:42

opening piped data as a file stream.

Post by Trenton_net »

Hey Everyone,

When opening piped data as a file stream, does the piped data get sent as it is generated, or is the full command executed and all standard output captured before your code resumes and parces the piped data?
dani.user
Posts: 284
Joined: Sep 30, 2006 10:41

Post by dani.user »

It is sent as it is generated. You can try it out by pipe'ing the output from a traceroute
Post Reply