[Previous] [Contents] [Next]

pathmgr_unlink()

Remove a link

Synopsis:

#include <sys/pathmgr.h>

int pathmgr_unlink( const char * path );

Library:

libc

Description:

The pathmgr_unlink() function removes the link created by pathmgr_symlink().

Returns:

0
Success.
-1
An error occurred.

Examples:

See pathmgr_symlink().

Classification:

QNX 6

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler Yes
Thread Yes

See also:

pathmgr_symlink()


[Previous] [Contents] [Next]