|
|
|
@ -17,7 +17,7 @@ namespace WpfApp2.translationKey
|
|
|
|
|
|
|
|
|
|
public void InPutPrivate(string name, List<string> list)
|
|
|
|
|
{
|
|
|
|
|
if (Directory.Exists(pathTemp))
|
|
|
|
|
if (!Directory.Exists(pathTemp))
|
|
|
|
|
{
|
|
|
|
|
Directory.CreateDirectory(pathTemp);
|
|
|
|
|
}
|
|
|
|
@ -36,7 +36,7 @@ namespace WpfApp2.translationKey
|
|
|
|
|
|
|
|
|
|
public void InputBaiduPrivate(string name, string id, string key)//该函数仅百度支持
|
|
|
|
|
{
|
|
|
|
|
if(Directory.Exists(pathTemp))
|
|
|
|
|
if(!Directory.Exists(pathTemp))
|
|
|
|
|
{
|
|
|
|
|
Directory.CreateDirectory(pathTemp);
|
|
|
|
|
}
|
|
|
|
|