Eloquent\Pathogen\FileSystem\Factory\AbstractFileSystemPathFactory::createTemporaryDirectoryPath PHP Method

createTemporaryDirectoryPath() public method

Create a path representing the system temporary directory.
public createTemporaryDirectoryPath ( ) : Eloquent\Pathogen\FileSystem\AbsoluteFileSystemPathInterface
return Eloquent\Pathogen\FileSystem\AbsoluteFileSystemPathInterface A new path instance representing the system default temporary directory path.
    public function createTemporaryDirectoryPath()
    {
        return $this->factoryByPlatform()->create($this->isolator()->sys_get_temp_dir());
    }