string $path:
string
private function decodePath($path) { return strtr($path, array( '~1' => '/', '~0' => '~', '%25' => '%', )); }