Function Connect (Sock:longint;const addr:string;var SockIn,SockOut:file) : Boolean;
This is an alternate form of the Connect command. The parameter addr contains the name of the unix socket file to be opened. It is equivalent to subsequently calling the regular Connect function and the Sock2File function.
The function returns True if successfull, False otherwise.
The errors are those of Connect.