This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Remove a link
#include <sys/pathmgr.h> int pathmgr_unlink( const char * path );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The pathmgr_unlink() function removes the link created by pathmgr_symlink().
See pathmgr_symlink().
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
pathmgr_symlink(), symlink(), unlink()