function($code)
{
$dir = $this->dir($code);
if ( $dir ){
$path = $this->decipherPath(bbn\Str::parsePath($dir['bbn_path'].(!empty($dir['path']) ? '/' . $dir['path'] : '')));
$r = bbn\Str::parsePath($path.'/');
return $r;
}
return false;
}