导入导出优化

This commit is contained in:
life
2015-11-01 15:41:35 +08:00
parent 8198d4495d
commit 07ef7c0136
12 changed files with 46 additions and 17 deletions

View File

@@ -525,7 +525,7 @@ define(function() {
var name = note.Title ? note.Title + '.enex' : getMsg('Untitled') + '.enex';
name = me.fixFilename(name);
var targetPath = path + '/' + name;
var targetPath = path + Api.commonService.getPathSep() + name;
// 将路径和名字区分开
var pathInfo = Api.commonService.splitFile(targetPath);