Progress
External Program
Interfaces


Deleting a Named Pipe

To delete a named pipe on UNIX, use the rm command.

For example, to delete the named pipe mypipe in the working directory, type the following command:

rm mypipe  

From within a C program, use the unlink() system call. For more information on unlink(), see your system documentation.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095