@newbuck
I was having a look at the config files for this mod and spotted this...
It's in the /vbseo_sitemap/vbseo_sitemap_config.php file.
Code:
define('VBSEO_SMDIR', dirname(__FILE__));
define('VBSEO_DAT_FOLDER', VBSEO_SMDIR . '/data/');
define('VBSEO_DAT_FOLDER_BOT', VBSEO_DAT_FOLDER . 'hits/');
define('VBSEO_DAT_FOLDER_ADDON', VBSEO_SMDIR . '/addons/');
//define('VBSEO_DAT_FOLDER', dirname(__FILE__) . '/../'); // choose this to place sitemap files directly to your vB root
define('VBSEO_DAT_PROGRESS', VBSEO_DAT_FOLDER . '/progress.dat');
define('VBSEO_YAHOO_SM', 'urllist.txt');
Maybe the red line is what you want to enable.