07/10/22 20:02:03 nMddZfmK0
>>475
おっしゃるとおりにしてみました。
(略)
var b2r = {
logDir : function(aServerName, aBoardName)
{
var logDir;
this._bbs2chService = Components.classes["@mozilla.org/bbs2ch-service;1"]
.getService(Components.interfaces.nsIBbs2chService);
logDir = this._bbs2chService.getDataDir();
logDir.appendRelativePath("logs");
logDir.appendRelativePath(aServerName);
logDir.appendRelativePath(aBoardName);
return logDir;
},
(略)
ずいぶんすっきりしました。