Skip to content

Instantly share code, notes, and snippets.

@jamband
Created October 24, 2012 21:39
Show Gist options
  • Save jamband/3949087 to your computer and use it in GitHub Desktop.
Save jamband/3949087 to your computer and use it in GitHub Desktop.
<?php
private function resolveDestPath($fileDest)
{
//if (strpos($fileDest, DIRECTORY_SEPARATOR)===false)
//return $this->dirname.DIRECTORY_SEPARATOR.$fileDest;
return $this->realPath($fileDest);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment