AppserverIo\Appserver\Core\Api\Node\ExecuteNode::setDirectory PHP Method

setDirectory() public method

Set's the directory to execute the script from.
public setDirectory ( string $directory ) : void
$directory string The directory
return void
    public function setDirectory($directory)
    {
        $this->directory = $directory;
    }