chickadee » 9p » remove

remove fid-value reply! error!procedure

This corresponds to a 9P Tremove request. The message consists purely of the fid, so it is not passed to the handler. fid-value is the value bound to the fid being removed.

If the remove succeeds, reply! should be called and passed an empty list.

If the remove fails, error! should be called with a suitable error message.

The default implemention calls error! with a message stating that removal is not supported.