Zephir\FileSystem\HardDisk::exists PHP Method

exists() public method

Checks whether a temporary entry does exist
public exists ( string $path ) : boolean
$path string
return boolean
    public function exists($path)
    {
        return file_exists($this->basePath . $path);
    }