Support for unlink().
string $uri: A string containing the URI to the resource to delete.
bool TRUE if resource was successfully deleted.
Overrides PhpStreamWrapperInterface::unlink
http://php.net/manual/streamwrapper.unlink.php
public function unlink($uri) {
$this->uri = $uri;
return drupal_unlink($this
->getLocalPath());
}