mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-03-23 19:19:40 -04:00
create save path correctly
This commit is contained in:
parent
f23f9e6aca
commit
ee7d232567
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ namespace Rebuilder
|
|||
{
|
||||
string settings_path = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "/LEGOIslandRebuilder";
|
||||
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(settings_path));
|
||||
Directory.CreateDirectory(settings_path);
|
||||
|
||||
return settings_path;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue