提交 2da1a9e7 编写于 作者: S serge-rider

#7464 Export folder setting load

上级 981c190b
......@@ -57,6 +57,7 @@ public abstract class AbstractImportExportSettings<BASE_OBJECT extends DBSObject
if (CommonUtils.isEmpty(this.outputFilePattern)) {
this.outputFilePattern = "dump-${database}-${timestamp}.sql";
}
outputFolder = new File(CommonUtils.toString(store.getString("export.outputFolder"), outputFolder.getAbsolutePath()));
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册