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

getDirectory() public method

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