Gets the path that the wrapper is responsible for.
@todo Review this method name in D8 per http://drupal.org/node/701358.
string String specifying the path.
Overrides LocalStream::getDirectoryPath
function getDirectoryPath() {
return variable_get('stream_public_path', 'sites/default/files');
}