aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
index 4b0157e..e2a5a59 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
@@ -93,14 +93,14 @@ namespace TimeHACK.OS.Win95.Win95Apps
if (returnYesIfProtected == true)
{
- if (toRead.Isprotected == true)
+ if (toRead.IsProtected == true)
{
return "yes";
}
}
else
{
- return toRead.label;
+ return toRead.Label;
}
return Val;
}
@@ -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
{