aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win98
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
-rw-r--r--TimeHACK.Main/OS/Win98/Win98.cs2
-rw-r--r--TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs
index e02c092..a01d91b 100644
--- a/TimeHACK.Main/OS/Win98/Win98.cs
+++ b/TimeHACK.Main/OS/Win98/Win98.cs
@@ -516,7 +516,7 @@ namespace TimeHACK.OS.Win98
}
else
{
- SaveDirectoryInfo(Path.Combine(ProfileWindowsDirectory, "Desktop", "New Folder"), false, "New folder", true);
+ SaveDirectoryInfo(Path.Combine(ProfileWindowsDirectory, "Desktop"), "New Folder", false, "New folder", true);
}
}
diff --git a/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs b/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
index 290d2f2..5f1f131 100644
--- a/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
+++ b/TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
@@ -677,7 +677,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
wm.StartInfobox95("Windows Explorer", "This directory already exists", Properties.Resources.Win95Info);
} else {
Directory.CreateDirectory(Path.Combine(CurrentDirectory, "New Folder"));
- SaveDirectoryInfo(Path.Combine(CurrentDirectory, "New Folder"), false, "New Folder", true);
+ SaveDirectoryInfo(CurrentDirectory, "New Folder", false, "New Folder", true);
RefreshAll();
}
@@ -809,7 +809,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
File.Delete(Path.Combine(CurrentDirectory, setText, "_data.info"));
- SaveDirectoryInfo(Path.Combine(CurrentDirectory, setText), false, $"{setText}", true);
+ SaveDirectoryInfo(CurrentDirectory, setText, false, $"{setText}", true);
}
else
{