You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Form1.cs, GetTotalFreeSpace(systemdrive) returns something like 1986661847040, and FormatBytes(systemfreespace) returns 1.8.
So,
if (systemspacedouble >= 64)
fails for TB. I think...
PS. I posted the same thing to "ReadySunValley" repo a few hours ago, but I soon realized that it was pretty much a copy of your source code. I'm sorry for that.
The text was updated successfully, but these errors were encountered:
Hello! Thank you for your nice tool.
My system has 1.8 TB of hard disk.
In the Form1.cs, GetTotalFreeSpace(systemdrive) returns something like 1986661847040, and FormatBytes(systemfreespace) returns 1.8.
So,
if (systemspacedouble >= 64)
fails for TB. I think...
PS. I posted the same thing to "ReadySunValley" repo a few hours ago, but I soon realized that it was pretty much a copy of your source code. I'm sorry for that.
The text was updated successfully, but these errors were encountered: