aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-27 15:58:05 -0400
committerlempamo <[email protected]>2017-07-27 15:58:05 -0400
commit7d3d306a8c0116273f45c1e1a08efc5347776b4f (patch)
tree75b9b688bb57e0e6e1c7f22de5ae419fcc03f134 /TimeHACK.Main
parent5b6110d97fa02cb0711f48a685d68caf080c0665 (diff)
downloadhistacom2-7d3d306a8c0116273f45c1e1a08efc5347776b4f.tar.gz
histacom2-7d3d306a8c0116273f45c1e1a08efc5347776b4f.tar.bz2
histacom2-7d3d306a8c0116273f45c1e1a08efc5347776b4f.zip
subdirectories in _data.info
Diffstat (limited to 'TimeHACK.Main')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs2
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs4
-rw-r--r--TimeHACK.Main/OS/Win98/Win98.cs2
-rw-r--r--TimeHACK.Main/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs4
4 files changed, 6 insertions, 6 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index 3279967..619f3ba 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -518,7 +518,7 @@ namespace TimeHACK.OS.Win95
}
else
{
- SaveDirectoryInfo(Path.Combine(ProfileWindowsDirectory, "Desktop", "New Folder"), false, "New folder", true);
+ SaveDirectoryInfo(Path.Combine(ProfileWindowsDirectory, "Desktop"), "New Folder", false, "New folder", true);
desktopupdate_Tick(null, null); // Update the desktop Icons
}
}
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
index 7c999c8..e2a5a59 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
@@ -655,7 +655,7 @@ namespace TimeHACK.OS.Win95.Win95Apps
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();
}
@@ -789,7 +789,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
{
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
{