Fix due to #847.
This commit is contained in:
parent
8bb960c8bf
commit
8936fccfad
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ namespace ARMeilleure.Translation.AOT
|
||||||
{
|
{
|
||||||
string basePath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
|
string basePath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
|
||||||
|
|
||||||
Debug.Assert(basePath != String.Empty);
|
|
||||||
|
|
||||||
WorkPath = Path.Combine(basePath, WorkDir);
|
WorkPath = Path.Combine(basePath, WorkDir);
|
||||||
|
|
||||||
if (!Directory.Exists(WorkPath))
|
if (!Directory.Exists(WorkPath))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue