Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Method Stdio.Fd()->unlinkat()


Method unlinkat

int unlinkat(string f)

Description

Remove a file or directory relative to an open file.

Returns

Returns 0 (zero) on failure, 1 otherwise.

See also

rm(), openat(), statat()