Void pclose(File stream)
Arguments
stream: The open pipe
Usage
Close a pipe to a command. If the command's exit status is non-zero, then a NonZeroExit exception will be throw.
stream: The open pipeClose a pipe to a command. If the command's exit status is non-zero, then a NonZeroExit exception will be throw.