Replaced the line
var backupPath = localPath.substr(0,dirPathPos) + slash +
backupFolder + localPath.substr(dirPathPos);
with these three:
var backupPath = backupFolder + localPath.substr(dirPathPos);
if( !(backupPath.substr(0,1)=="/" || backupPath.substr(1,2)==":\
\") )
backupPath = localPath.substr(0,dirPathPos) + slash + backupPath;
G.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.