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

createWorkingDirectoryPath() public method

Create a path representing the current working directory.
public createWorkingDirectoryPath ( ) : Eloquent\Pathogen\FileSystem\AbsoluteFileSystemPathInterface
return Eloquent\Pathogen\FileSystem\AbsoluteFileSystemPathInterface A new path instance representing the current working directory path.
    public function createWorkingDirectoryPath()
    {
        return $this->factoryByPlatform()->create($this->isolator()->getcwd());
    }